@import '_content/Majorsoft.Blazor.Components.Loading/Majorsoft.Blazor.Components.Loading.bundle.scp.css';

/* _content/Gsop.VirtualChargeStation.UI/Shared/Components/Card.razor.rz.scp.css */

.Configuration[b-vg61wc0myz] {
    height: 41vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top:2px !important;
}
 
.Message_Logs[b-vg61wc0myz] {
    padding-top:0px!important;
    height: 41vh;
    overflow-y: auto;
    overflow-x: hidden
}

.fullscreen_Message_Logs[b-vg61wc0myz] {
    height: 75vh!important;
    overflow-y: auto;
    overflow-x: hidden
}
.fullscreen_Configuration[b-vg61wc0myz] {
    height: 75vh !important;
    overflow-y: auto;
    overflow-x: hidden
}

.Charging_Profile_Details[b-vg61wc0myz] {
    height: 41vh;
    overflow-y: auto;
    overflow-x: hidden
}

.fullscreen_Charging_Profile_Details[b-vg61wc0myz] {
    height: 75vh !important;
    overflow-y: auto;
    overflow-x: hidden
}
/* _content/Gsop.VirtualChargeStation.UI/Shared/Components/ChargeStationForm.razor.rz.scp.css */
.spinner[b-fsiqimuetl] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin-b-fsiqimuetl 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

@keyframes spin-b-fsiqimuetl {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* _content/Gsop.VirtualChargeStation.UI/Shared/Components/ChargingProfiles.razor.rz.scp.css */
.charging-profile-container[b-3epx0u52zz] {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.toggle-button[b-3epx0u52zz] {
	cursor: pointer;
	color: #40b8a6;
	margin-right: 10px;
}

.charging-schedule[b-3epx0u52zz] {
	display: none;
}

.visible[b-3epx0u52zz] {
	display: block;
}

.hidden[b-3epx0u52zz] {
	display: none;
}
/* _content/Gsop.VirtualChargeStation.UI/Shared/Components/ChargingProfileTypes.razor.rz.scp.css */
.charging-profile-container[b-5ejj3vpy0o] {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.toggle-button[b-5ejj3vpy0o] {
	cursor: pointer;
	color: #40b8a6;
	margin-right: 10px;
}

.charging-schedule[b-5ejj3vpy0o] {
	display: none;
}

.visible[b-5ejj3vpy0o] {
	display: block;
}

.hidden[b-5ejj3vpy0o] {
	display: none;
}
/* _content/Gsop.VirtualChargeStation.UI/Shared/Components/Configuration.razor.rz.scp.css */
li[b-td1052gwkj] {
    margin-left: 5px!important;
}
/* _content/Gsop.VirtualChargeStation.UI/Shared/Components/LoginDisplay.razor.rz.scp.css */
.navbar-toggler[b-t3cql3bloo] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-t3cql3bloo] {
    height: 3.5rem;
    background-color: #14B8A6 !important;
}

.navbar-brand[b-t3cql3bloo] {
    font-size: 1.1rem;
}

.oi[b-t3cql3bloo] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-t3cql3bloo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-t3cql3bloo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t3cql3bloo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t3cql3bloo]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-t3cql3bloo]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-t3cql3bloo]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-t3cql3bloo] {
        display: none;
    }

    .collapse[b-t3cql3bloo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
.title[b-t3cql3bloo] {
    color: #404040;
    margin-top: 6px;
}
/* _content/Gsop.VirtualChargeStation.UI/Shared/Components/Logs.razor.rz.scp.css */
.FromGcop[b-c28h5xa7y7] {
    color: green
}

.FromCs[b-c28h5xa7y7] {
    color: steelblue
}
p[b-c28h5xa7y7] {
    line-break: anywhere;
    padding: 2px;
    font-family: 'Cascadia Code', sans-serif;
}
.labels[b-c28h5xa7y7] {
    position: sticky;
    top: 0;
    background: white;
    padding-top: 5px;
    border-bottom: 1px solid #ebebeb;
}
/* _content/Gsop.VirtualChargeStation.UI/Shared/Components/Message.razor.rz.scp.css */
.btn-vcs[b-ezpqwd1nr3] {
    background-color: rgb(155 155 155);
    color: white;
    margin: 1px auto;
    display: block;
    width: -webkit-fill-available;
    font-size: 15px;
}
/* _content/Gsop.VirtualChargeStation.UI/Shared/Components/Overlay.razor.rz.scp.css */
.overlay[b-6r0abnycuo] {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 76%);
    z-index: 2;
    cursor: pointer;
}

.overlay-content[b-6r0abnycuo] {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 10%;
}
 
/* _content/Gsop.VirtualChargeStation.UI/Shared/Components/RedirectToLogin.razor.rz.scp.css */
.navbar-toggler[b-0ampqq9h6c] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0ampqq9h6c] {
    height: 3.5rem;
    background-color: #14B8A6 !important;
}

.navbar-brand[b-0ampqq9h6c] {
    font-size: 1.1rem;
}

.oi[b-0ampqq9h6c] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0ampqq9h6c] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0ampqq9h6c] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0ampqq9h6c] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0ampqq9h6c]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-0ampqq9h6c]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-0ampqq9h6c]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-0ampqq9h6c] {
        display: none;
    }

    .collapse[b-0ampqq9h6c] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
.title[b-0ampqq9h6c] {
    color: #404040;
    margin-top: 6px;
}
/* _content/Gsop.VirtualChargeStation.UI/Shared/MainLayout.razor.rz.scp.css */
.page[b-y6fabfj5i4] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #ebebeb;
}

main[b-y6fabfj5i4] {
    flex: 1;
}

.sidebar[b-y6fabfj5i4] {
    background: white;
    color:black;
}

.top-row[b-y6fabfj5i4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y6fabfj5i4]  a, .top-row[b-y6fabfj5i4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y6fabfj5i4]  a:hover, .top-row[b-y6fabfj5i4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y6fabfj5i4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-y6fabfj5i4] {
        display: none;
    }

    .top-row.auth[b-y6fabfj5i4] {
        justify-content: space-between;
    }

    .top-row[b-y6fabfj5i4]  a, .top-row[b-y6fabfj5i4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y6fabfj5i4] {
        flex-direction: row;
    }

    .sidebar[b-y6fabfj5i4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        text-align: center;
        overflow-y: auto;
    }

    .top-row[b-y6fabfj5i4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y6fabfj5i4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y6fabfj5i4], article[b-y6fabfj5i4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }


}
/* _content/Gsop.VirtualChargeStation.UI/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2uhqyjzz4s] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-2uhqyjzz4s] {
    height: 3.5rem;
    background-color: #14B8A6 !important;
}

.navbar-brand[b-2uhqyjzz4s] {
    font-size: 1.1rem;
    position:sticky;
    top:0
}

.oi[b-2uhqyjzz4s] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2uhqyjzz4s] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2uhqyjzz4s] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2uhqyjzz4s] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2uhqyjzz4s]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-2uhqyjzz4s]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-2uhqyjzz4s]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-2uhqyjzz4s] {
        display: none;
    }

    .collapse[b-2uhqyjzz4s] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
.title[b-2uhqyjzz4s] {
    color: #404040;
    margin-top: 6px;
}
.help[b-2uhqyjzz4s] {
    width: 100%;
    position: sticky;
    color:white!important;
    bottom: 0;
    background: #14B8A6 !important;
}

.transition-visible[b-2uhqyjzz4s] {
    overflow: hidden;
    transition: transform 0.3s ease-out;
    height: auto;
    transform: scaleY(1);
    transform-origin: top;
}

    .transition-visible.transition-collapsed[b-2uhqyjzz4s] {
        transform: scaleY(0);
        height: 0;
    }
