/* /Dialogs/LanguageSelector.razor.rz.scp.css */
[b-0umm6zn3e9] .glass-dialog {
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15) !important;
}

[b-0umm6zn3e9] .title-bar {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

[b-0umm6zn3e9] .icon-wrapper {
    background: linear-gradient(135deg, var(--mud-palette-primary), var(--mud-palette-secondary));
    box-shadow: 0 4px 12px rgba(var(--mud-palette-primary-rgb), 0.3);
}

[b-0umm6zn3e9] .icon-wrapper .mud-icon-root {
    color: white !important;
}

[b-0umm6zn3e9] .language-card {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(var(--mud-palette-surface-rgb), 0.7);
    border: 2px solid transparent;
    border-radius: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

[b-0umm6zn3e9] .language-card:hover {
    transform: translateY(-8px) scale(1.05);
    background: var(--mud-palette-surface);
    border-color: var(--mud-palette-primary);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

[b-0umm6zn3e9] .language-card:active {
    transform: scale(0.95);
}

[b-0umm6zn3e9] .flag-wrapper {
    transition: transform 0.4s ease;
}

[b-0umm6zn3e9] .language-card:hover .flag-wrapper {
    transform: scale(1.2) rotate(5deg);
}

[b-0umm6zn3e9] .lang-name {
    color: var(--mud-palette-text-primary);
    transition: color 0.3s ease;
}

[b-0umm6zn3e9] .language-card:hover .lang-name {
    color: var(--mud-palette-primary);
}

[b-0umm6zn3e9] .hover-scale {
    transition: all 0.3s ease;
}

[b-0umm6zn3e9] .hover-scale:hover {
    transform: rotate(90deg) scale(1.2);
    color: var(--mud-palette-error) !important;
}

[b-0umm6zn3e9] .primary-text {
    font-weight: 800 !important;
}

/* Evident Hover Highlight */
[b-0umm6zn3e9] .language-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, var(--mud-palette-primary) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

[b-0umm6zn3e9] .language-card:hover::before {
    opacity: 0.05;
}
/* /Dialogs/PlateViewer.razor.rz.scp.css */
[b-18pfmgbrlg] .min-height-400 {
    min-height: 300px;
}

[b-18pfmgbrlg] .image-frame {
    max-width: 100%;
    transition: transform 0.3s ease;
}

[b-18pfmgbrlg] .image-frame:hover {
    transform: scale(1.02);
}

[b-18pfmgbrlg] .glass-dialog {
    backdrop-filter: blur(10px);
}

[b-18pfmgbrlg] .hover-scale:hover {
    transform: scale(1.2);
    background-color: rgba(var(--mud-palette-action-default-rgb), 0.05);
}
/* /Layout/MainLayout.razor.rz.scp.css */
[b-o3qns0s74d] .mud-main-content {
    padding-top: 48px !important;
}

[b-o3qns0s74d] .disable-horizontal-scroll {
    overflow-x: hidden;
}

[b-o3qns0s74d] .full-height {
    min-height: 100%;
}

/*https://codepen.io/chriscoyier/pen/kyWrGP*/

[b-o3qns0s74d] .flex-container {
    min-height: 100%;
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
}

[b-o3qns0s74d] .single-flex {
    /*    // these are flex items 
    // flex: 1; same as: // flex-grow: 1;
    // flex-shrink: 1;
    // flex-basis: auto;
    // flex: 1 1 auto;*/
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* /Pages/Login/Login.razor.rz.scp.css */
/* Styles for Login page refined to use MudBlazor components */
[b-mf6bhes8y8] .relative {
    position: relative;
}

[b-mf6bhes8y8] .fullscreen {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
}
/* /Pages/Login/LoginForm.razor.rz.scp.css */
[b-6yxx3htrz6] .bg-login {
    background: transparent;
    width: 100%;
}

[b-6yxx3htrz6] .login-card {
    background-color: var(--mud-palette-surface);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15) !important;
    border: 1px solid rgba(255,255,255,0.1);
}

[b-6yxx3htrz6] .social-icon {
    transition: all 0.3s ease;
    color: var(--mud-palette-text-secondary) !important;
    opacity: 0.7;
}

[b-6yxx3htrz6] .social-icon:hover {
    transform: translateY(-3px);
    opacity: 1;
    color: var(--mud-palette-primary) !important;
    background-color: rgba(var(--mud-palette-primary-rgb), 0.05);
}

[b-6yxx3htrz6] .follow-text {
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: var(--mud-palette-text-disabled);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

[b-6yxx3htrz6] .follow-text::before,
[b-6yxx3htrz6] .follow-text::after {
    content: "";
    height: 1px;
    width: 30px;
    background-color: var(--mud-palette-divider);
}

.fw-700[b-6yxx3htrz6] {
    font-weight: 700;
}

.shadow-primary[b-6yxx3htrz6] {
    box-shadow: 0 10px 15px -3px rgba(var(--mud-palette-primary-rgb), 0.3), 0 4px 6px -2px rgba(var(--mud-palette-primary-rgb), 0.1) !important;
}

[b-6yxx3htrz6] .password-field-dual-icons input {
    padding-inline-end: 48px !important;
}
/* /Pages/Website/Configuration/ParkingsSection/AreaDrawer.razor.rz.scp.css */
[b-cidorphtdr] .transition-transform {
    transition: transform 0.3s ease-in-out;
}

[b-cidorphtdr] .rotate-180 {
    transform: rotate(180deg);
}

[b-cidorphtdr] .min-width-0 {
    min-width: 0;
}

[b-cidorphtdr] .collapse-content {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

[b-cidorphtdr] .collapse-content.collapsed {
    max-height: 0;
    opacity: 0;
    padding: 0 !important;
}

[b-cidorphtdr] .collapse-content.expanded {
    max-height: 5000px;
    opacity: 1;
    padding: 16px;
}

@media (min-width: 600px) {
    [b-cidorphtdr] .collapse-content.expanded {
        padding: 20px;
    }
}

[b-cidorphtdr] .border-dashed {
    border-style: dashed !important;
}
/* /Pages/Website/Configuration/ParkingsSection/DeviceDrawer.razor.rz.scp.css */
.device-container-neutral[b-q4kvxnvq3t] {
    position: relative;
    display: inline-block;
}
.device-btn-neutral:hover[b-q4kvxnvq3t] {
    background: rgba(var(--mud-palette-action-default-rgb), 0.05) !important;
    transform: translateY(-2px);
}
.status-marker[b-q4kvxnvq3t] {
    position: absolute;
    top: -2px;
    right: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.color-recall-error[b-q4kvxnvq3t] {
    filter: drop-shadow(0 0 2px rgba(244, 67, 54, 0.5));
}
.opacity-7[b-q4kvxnvq3t] {
    opacity: 0.7;
}
.popover-neutral[b-q4kvxnvq3t] {
    background: var(--mud-palette-surface) !important;
    border: 1px solid var(--mud-palette-divider);
}
.device-img-subtle[b-q4kvxnvq3t] {
    opacity: 0.9;
}
.transition-all[b-q4kvxnvq3t] {
    transition: all 0.3s ease-in-out;
}
/* /Pages/Website/Configuration/ParkingsSection/DeviceGroupDrawer.razor.rz.scp.css */
.group-container-neutral[b-my0iu4tcxj] {
    border: 1px dashed var(--mud-palette-divider) !important;
    transition: all 0.2s ease-in-out;
}

.group-container-neutral:hover[b-my0iu4tcxj] {
    background: rgba(var(--mud-palette-action-default-rgb), 0.05) !important;
    border-style: solid !important;
    border-color: var(--mud-palette-divider) !important;
}
/* /Pages/Website/Configuration/ParkingsSection/Dialogs/AreaConfig.razor.rz.scp.css */
[b-g539fn1566] .glass-container {
    backdrop-filter: blur(4px);
}

[b-g539fn1566] .hover-scale:hover {
    transform: scale(1.2);
    background-color: rgba(255, 255, 255, 0.1);
}
/* /Pages/Website/Configuration/ParkingsSection/Dialogs/DeviceConfig.razor.rz.scp.css */
[b-8rql0n0rsj] .opacity-50 {
    opacity: 0.5;
}

[b-8rql0n0rsj] .hover-scale:hover {
    transform: scale(1.1);
    background-color: rgba(var(--mud-palette-action-default-rgb), 0.05);
}
/* /Pages/Website/Configuration/ParkingsSection/Dialogs/GateConfig.razor.rz.scp.css */
[b-x0cb1hv46v] .hover-scale:hover {
    transform: scale(1.1);
    background-color: rgba(var(--mud-palette-action-default-rgb), 0.05);
}
/* /Pages/Website/Configuration/ParkingsSection/Dialogs/ParkConfig.razor.rz.scp.css */
[b-dygvcnhcbw] .opacity-50 {
    opacity: 0.5;
}

[b-dygvcnhcbw] .hover-scale:hover {
    transform: scale(1.2);
    background-color: rgba(255, 255, 255, 0.1);
}
/* /Pages/Website/Configuration/ParkingsSection/GateDrawer.razor.rz.scp.css */
[b-ptdjgwh4ak] .gate-card {
    border: 1px solid var(--mud-palette-divider);
}

[b-ptdjgwh4ak] .min-width-0 {
    min-width: 0;
}

[b-ptdjgwh4ak] .border-dashed {
    border-style: dashed !important;
}
/* /Pages/Website/Configuration/ParkingsSection/ParkDrawer.razor.rz.scp.css */
[b-o87e6rsx48] .transition-all {
    transition: all 0.3s ease-in-out;
}

[b-o87e6rsx48] .border-dashed {
    border-style: dashed !important;
}

[b-o87e6rsx48] .rotate-180 {
    transform: rotate(180deg);
}

[b-o87e6rsx48] .min-width-0 {
    min-width: 0;
}

[b-o87e6rsx48] .collapse-content {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

[b-o87e6rsx48] .collapse-content.collapsed {
    max-height: 0;
    opacity: 0;
    padding: 0 !important;
}

[b-o87e6rsx48] .collapse-content.expanded {
    max-height: 10000px;
    opacity: 1;
    padding: 16px;
}

@media (min-width: 600px) {
    [b-o87e6rsx48] .collapse-content.expanded {
        padding: 24px;
    }
}
/* /Pages/Website/Management/ParkingsSection/Dialogs/BlindPay.razor.rz.scp.css */
[b-wpsmi5dp7p] .glass-container {
    backdrop-filter: blur(4px);
}

[b-wpsmi5dp7p] .amount-field-large .mud-input {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    text-align: center !important;
}

[b-wpsmi5dp7p] .opacity-70 {
    opacity: 0.7;
}

[b-wpsmi5dp7p] .hover-scale:hover {
    transform: scale(1.2);
    background-color: rgba(255, 255, 255, 0.1);
}
/* /Pages/Website/Management/ParkingsSection/Dialogs/DeviceDetails.razor.rz.scp.css */
[b-mf2kbafuum] .table-label {
    width: 140px;
    color: var(--mud-palette-text-secondary);
    font-size: 0.8rem;
    text-transform: uppercase;
}

[b-mf2kbafuum] .table-value {
    font-size: 0.9rem;
}

[b-mf2kbafuum] .font-family-mono {
    font-family: 'Roboto Mono', monospace;
}

[b-mf2kbafuum] .opacity-70 {
    opacity: 0.7;
}

[b-mf2kbafuum] .hover-scale:hover {
    transform: scale(1.1);
    background-color: rgba(var(--mud-palette-action-default-rgb), 0.05);
}
/* /Pages/Website/Management/ParkingsSection/Dialogs/GateProfiles.razor.rz.scp.css */
[b-br69tdn6h9] .hover-scale:hover {
    transform: scale(1.2);
    background-color: rgba(255, 255, 255, 0.1);
}
/* /Pages/Website/Management/ParkingsSection/Dialogs/GateTokenPlateMoreInfo.razor.rz.scp.css */
[b-93acjet3h1] .table-label {
    width: 170px;
    color: var(--mud-palette-text-secondary);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-93acjet3h1] .table-value {
    font-size: 0.95rem;
}

[b-93acjet3h1] .font-family-mono {
    font-family: 'Roboto Mono', monospace;
}

[b-93acjet3h1] .opacity-70 {
    opacity: 0.7;
}

[b-93acjet3h1] .italic {
    font-style: italic;
}

[b-93acjet3h1] .hover-scale:hover {
    transform: scale(1.2);
    background-color: rgba(255, 255, 255, 0.1);
}
/* /Shared/LateralMenu.razor.rz.scp.css */
[b-xwj31e500p] .mud-nav-link {
    transition: all 0.2s ease-in-out;
    border-radius: 8px !important;
    margin: 4px 12px !important;
    padding: 12px 16px !important;
}

[b-xwj31e500p] .mud-nav-link:hover {
    background-color: rgba(239, 108, 0, 0.08) !important; /* Colors.Orange.Darken3 with transparency */
    transform: translateX(4px);
    color: #ef6c00 !important;
}

[b-xwj31e500p] .mud-nav-link.active-link {
    background-color: rgba(239, 108, 0, 0.12) !important;
    color: #ef6c00 !important; /* Colors.Orange.Darken3 */
    font-weight: 600;
    border-left: 4px solid #ef6c00 !important;
    border-radius: 4px 12px 12px 4px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

[b-xwj31e500p] .mud-nav-link.active-link .mud-nav-link-icon-default {
    color: #ef6c00 !important;
}

[b-xwj31e500p] .mud-nav-group-header {
    transition: all 0.2s ease-in-out;
    margin: 4px 12px !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
}

[b-xwj31e500p] .mud-nav-group-header:hover {
    background-color: rgba(239, 108, 0, 0.04) !important;
    color: #ef6c00 !important;
}

[b-xwj31e500p] .mud-nav-group.mud-nav-group-open {
    background-color: rgba(239, 108, 0, 0.02);
    border-radius: 12px;
    margin: 4px 0;
}

[b-xwj31e500p] .mud-nav-group.mud-nav-group-open > .mud-nav-group-header {
    color: #ef6c00 !important;
    font-weight: 600;
}

[b-xwj31e500p] .mud-nav-group.mud-nav-group-open > .mud-nav-group-header .mud-nav-link-icon-default {
    color: #ef6c00 !important;
}

[b-xwj31e500p] .mud-nav-menu {
    padding: 12px 0;
}

/* Logout link special styling */
[b-xwj31e500p] .logout-link:hover {
    background-color: rgba(244, 67, 54, 0.08) !important; /* Color.Error with transparency */
    color: #f44336 !important;
    transform: none; /* Don't move logout link */
}

[b-xwj31e500p] .logout-link .mud-nav-link-icon-default {
    transition: transform 0.2s ease;
}

[b-xwj31e500p] .logout-link:hover .mud-nav-link-icon-default {
    transform: scale(1.1);
    color: #f44336 !important;
}
/* /Shared/Navigation/AuthorizingPage.razor.rz.scp.css */
.mudblazor-logo[b-za6c8lqylp] {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}
/* /Shared/Navigation/NotAuthorizedPage.razor.rz.scp.css */
.mudblazor-logo[b-46ashynnyb] {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}
/* /Shared/Navigation/NotFoundPage.razor.rz.scp.css */
.mudblazor-logo[b-42cc4pmnnk] {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}
