/* _content/AnjomanTehran/Components/Layout/IranStuffMenu.razor.rz.scp.css */
.top-row[b-op79tjgwst] {
    height: 3.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.navbar-brand[b-op79tjgwst] {
    font-size: 1.1rem;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nav-modern[b-op79tjgwst] {
    background: linear-gradient(180deg, #f8f9fa 0%, #f0f2f5 100%);
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.nav-item[b-op79tjgwst] {
    padding-bottom: 0.5rem;
    flex-shrink: 0;
    width: 100%;
    display: flex;
}

    .nav-item:first-of-type[b-op79tjgwst] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-op79tjgwst] {
        padding-bottom: 1rem;
    }

    .nav-item > div[b-op79tjgwst] {
        width: 100%;
    }

    .nav-item[b-op79tjgwst]  .mud-tooltip-root {
        width: 100%;
        display: flex;
    }

    .nav-item[b-op79tjgwst]  .mud-tooltip-inline {
        width: 100%;
        display: flex;
    }

    .nav-item[b-op79tjgwst]  .nav-link {
        color: #495057;
        background: none;
        border: none;
        border-radius: 12px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        max-width: 100%;
        text-decoration: none;
        padding: 0 16px;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }

    .nav-item[b-op79tjgwst]  .nav-link::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
        transition: left 0.5s ease;
    }

    .nav-item[b-op79tjgwst]  .nav-link:hover::before {
        left: 100%;
    }

.nav-icon-wrapper[b-op79tjgwst] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    margin-left: 16px;
}

.gradient-blue[b-op79tjgwst] {
    background: linear-gradient(135deg, #667eea 0%, #5a67d8 100%);
}

.gradient-purple[b-op79tjgwst] {
    background: linear-gradient(135deg, #a78bfa 0%, #9f7aea 100%);
}

.gradient-green[b-op79tjgwst] {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
}

.gradient-orange[b-op79tjgwst] {
    background: linear-gradient(135deg, #ed8936 0%, #dd6b20 100%);
}

.nav-item[b-op79tjgwst]  a.active {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(167, 139, 250, 0.1));
    color: #667eea;
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.2);
}

.nav-item[b-op79tjgwst]  a.active .nav-icon-wrapper {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.nav-item[b-op79tjgwst]  .nav-link:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(167, 139, 250, 0.05));
    color: #667eea;
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.nav-item[b-op79tjgwst]  .nav-link:hover .nav-icon-wrapper {
    transform: scale(1.12) translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.nav-text[b-op79tjgwst] {
    margin-left: 12px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-weight: 500;
    color: #495057;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

.nav-item[b-op79tjgwst]  .nav-link:hover .nav-text {
    color: #667eea;
    transform: translateX(2px);
}

.nav-separator[b-op79tjgwst] {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.3), transparent);
    margin: 12px 0;
    flex-shrink: 0;
}
/* _content/AnjomanTehran/Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-d3xqwy4ht8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-d3xqwy4ht8] {
    flex: 1;
}

.sidebar[b-d3xqwy4ht8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-d3xqwy4ht8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d3xqwy4ht8]  a, .top-row[b-d3xqwy4ht8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-d3xqwy4ht8]  a:hover, .top-row[b-d3xqwy4ht8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-d3xqwy4ht8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-d3xqwy4ht8] {
        justify-content: space-between;
    }

    .top-row[b-d3xqwy4ht8]  a, .top-row[b-d3xqwy4ht8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d3xqwy4ht8] {
        flex-direction: row;
    }

    .sidebar[b-d3xqwy4ht8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d3xqwy4ht8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-d3xqwy4ht8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-d3xqwy4ht8], article[b-d3xqwy4ht8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-d3xqwy4ht8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-d3xqwy4ht8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AnjomanTehran/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-my0eonmcs9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-my0eonmcs9] {
    flex: 1;
}

.sidebar[b-my0eonmcs9] {
    position: relative;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background-color: #e9ecef;
    color: #333;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    transition: width 0.3s ease;
    z-index: 900;
    overflow: hidden;
    flex-shrink: 0;
}

.sidebar.collapsed[b-my0eonmcs9] {
    width: 80px;
}

@keyframes bounce-b-my0eonmcs9 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-10px);
    }
    60% {
        transform: translateX(-5px);
    }
}

.top-row[b-my0eonmcs9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-my0eonmcs9]  a, .top-row[b-my0eonmcs9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-my0eonmcs9]  a:hover, .top-row[b-my0eonmcs9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-my0eonmcs9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-my0eonmcs9] {
        justify-content: space-between;
    }

    .top-row[b-my0eonmcs9]  a, .top-row[b-my0eonmcs9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-my0eonmcs9] {
        flex-direction: row;
    }

    .sidebar[b-my0eonmcs9] {
        width: 300px;
        position: sticky;
        top: 0;
    }

    .top-row[b-my0eonmcs9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-my0eonmcs9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-my0eonmcs9], article[b-my0eonmcs9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.app-bar[b-my0eonmcs9] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    padding: 0 16px;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    z-index: 1000;
}

.menu-button[b-my0eonmcs9] {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.menu-button:hover[b-my0eonmcs9] {
    background-color: rgba(255,255,255,0.2);
    transform: scale(1.1);
}

.app-title[b-my0eonmcs9] {
    font-size: 1.25rem;
    font-weight: 500;
    margin-left: 12px;
}

.info-button[b-my0eonmcs9] {
    color: white;
    text-decoration: none;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.info-button:hover[b-my0eonmcs9] {
    background-color: rgba(255,255,255,0.2);
    transform: scale(1.1);
}

.spacer[b-my0eonmcs9] {
    flex: 1;
}

.drawer[b-my0eonmcs9] {
    position: fixed;
    top: 64px;
    right: -300px;
    width: 300px;
    height: calc(100vh - 64px);
    background-color: white;
    box-shadow: -2px 0 4px rgba(0,0,0,0.2);
    transition: right 0.3s ease;
    z-index: 1100;
    overflow-y: auto;
}

.drawer.open[b-my0eonmcs9] {
    right: 0;
}

.drawer-overlay[b-my0eonmcs9] {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1050;
}

#blazor-error-ui[b-my0eonmcs9] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-my0eonmcs9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.content[b-my0eonmcs9] {
    padding: 20px;
}

.main-content[b-my0eonmcs9] {
    margin-top: 0;
    margin-left: 0;
    transition: flex 0.3s ease;
    min-height: 100%;
    flex: 1;
    overflow-y: auto; /* Changed from hidden to auto to enable vertical scrolling */
    overflow-x: hidden;
}

.layout-container[b-my0eonmcs9] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: calc(100vh - 64px);
    margin-top: 64px;
    position: relative;
    overflow: hidden; /* Keep this hidden to prevent double scrollbars */
}

/* Mobile styles */
@media (max-width: 768px) {
    .sidebar[b-my0eonmcs9] {
        width: 100%;
        right: -100%;
        transition: right 0.3s ease;
        z-index: 1100;
    }

    .sidebar.collapsed[b-my0eonmcs9] {
        right: -100%;
        width: 100%;
    }

    .main-content[b-my0eonmcs9] {
        margin-left: 0;
    }

    .main-content.expanded[b-my0eonmcs9] {
        margin-left: 0;
    }

    .sidebar:not(.collapsed)[b-my0eonmcs9] {
        right: 0;
    }

    .sidebar-backdrop[b-my0eonmcs9] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 1050;
    }

    .sidebar:not(.collapsed) ~ .sidebar-backdrop[b-my0eonmcs9] {
        display: block;
    }
}

.nav-modern[b-my0eonmcs9] {
    background: linear-gradient(180deg, #f8f9fa 0%, #f0f2f5 100%);
}
/* _content/AnjomanTehran/Components/Layout/ProvinceStuffMenu.razor.rz.scp.css */
.top-row[b-dfrie05j7k] {
    height: 3.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.navbar-brand[b-dfrie05j7k] {
    font-size: 1.1rem;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nav-modern[b-dfrie05j7k] {
    background: linear-gradient(180deg, #f8f9fa 0%, #f0f2f5 100%);
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.nav-item[b-dfrie05j7k] {
    padding-bottom: 0.5rem;
    flex-shrink: 0;
    width: 100%;
    display: flex;
}

    .nav-item:first-of-type[b-dfrie05j7k] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dfrie05j7k] {
        padding-bottom: 1rem;
    }

    .nav-item > div[b-dfrie05j7k] {
        width: 100%;
    }

    .nav-item[b-dfrie05j7k]  .mud-tooltip-root {
        width: 100%;
        display: flex;
    }

    .nav-item[b-dfrie05j7k]  .mud-tooltip-inline {
        width: 100%;
        display: flex;
    }

    .nav-item[b-dfrie05j7k]  .nav-link {
        color: #495057;
        background: none;
        border: none;
        border-radius: 12px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        max-width: 100%;
        text-decoration: none;
        padding: 0 16px;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }

        .nav-item[b-dfrie05j7k]  .nav-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
            transition: left 0.5s ease;
        }

        .nav-item[b-dfrie05j7k]  .nav-link:hover::before {
            left: 100%;
        }

.nav-icon-wrapper[b-dfrie05j7k] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    margin-left: 16px;
}

.gradient-blue[b-dfrie05j7k] {
    background: linear-gradient(135deg, #667eea 0%, #5a67d8 100%);
}

.gradient-purple[b-dfrie05j7k] {
    background: linear-gradient(135deg, #a78bfa 0%, #9f7aea 100%);
}

.gradient-green[b-dfrie05j7k] {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
}

.gradient-orange[b-dfrie05j7k] {
    background: linear-gradient(135deg, #ed8936 0%, #dd6b20 100%);
}

.nav-item[b-dfrie05j7k]  a.active {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(167, 139, 250, 0.1));
    color: #667eea;
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.2);
}

    .nav-item[b-dfrie05j7k]  a.active .nav-icon-wrapper {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
    }

.nav-item[b-dfrie05j7k]  .nav-link:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(167, 139, 250, 0.05));
    color: #667eea;
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

    .nav-item[b-dfrie05j7k]  .nav-link:hover .nav-icon-wrapper {
        transform: scale(1.12) translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

.nav-text[b-dfrie05j7k] {
    margin-left: 12px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-weight: 500;
    color: #495057;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

.nav-item[b-dfrie05j7k]  .nav-link:hover .nav-text {
    color: #667eea;
    transform: translateX(2px);
}

.nav-separator[b-dfrie05j7k] {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.3), transparent);
    margin: 12px 0;
    flex-shrink: 0;
}
/* _content/AnjomanTehran/Components/Layout/TebyanMenu.razor.rz.scp.css */
.top-row[b-tj6r2g715q] {
    height: 3.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.navbar-brand[b-tj6r2g715q] {
    font-size: 1.1rem;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nav-modern[b-tj6r2g715q] {
    background: linear-gradient(180deg, #f8f9fa 0%, #f0f2f5 100%);
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.nav-item[b-tj6r2g715q] {
    padding-bottom: 0.5rem;
    flex-shrink: 0;
    width: 100%;
    display: flex;
}

    .nav-item:first-of-type[b-tj6r2g715q] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tj6r2g715q] {
        padding-bottom: 1rem;
    }

    .nav-item > div[b-tj6r2g715q] {
        width: 100%;
    }

    .nav-item[b-tj6r2g715q]  .mud-tooltip-root {
        width: 100%;
        display: flex;
    }

    .nav-item[b-tj6r2g715q]  .mud-tooltip-inline {
        width: 100%;
        display: flex;
    }

    .nav-item[b-tj6r2g715q]  .nav-link {
        color: #495057;
        background: none;
        border: none;
        border-radius: 12px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        max-width: 100%;
        text-decoration: none;
        padding: 0 16px;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }

    .nav-item[b-tj6r2g715q]  .nav-link::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
        transition: left 0.5s ease;
    }

    .nav-item[b-tj6r2g715q]  .nav-link:hover::before {
        left: 100%;
    }

.nav-icon-wrapper[b-tj6r2g715q] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    margin-left: 16px;
}

.gradient-blue[b-tj6r2g715q] {
    background: linear-gradient(135deg, #667eea 0%, #5a67d8 100%);
}

.gradient-purple[b-tj6r2g715q] {
    background: linear-gradient(135deg, #a78bfa 0%, #9f7aea 100%);
}

.gradient-green[b-tj6r2g715q] {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
}

.gradient-orange[b-tj6r2g715q] {
    background: linear-gradient(135deg, #ed8936 0%, #dd6b20 100%);
}

.nav-item[b-tj6r2g715q]  a.active {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(167, 139, 250, 0.1));
    color: #667eea;
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.2);
}

.nav-item[b-tj6r2g715q]  a.active .nav-icon-wrapper {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.nav-item[b-tj6r2g715q]  .nav-link:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(167, 139, 250, 0.05));
    color: #667eea;
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.nav-item[b-tj6r2g715q]  .nav-link:hover .nav-icon-wrapper {
    transform: scale(1.12) translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.nav-text[b-tj6r2g715q] {
    margin-left: 12px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-weight: 500;
    color: #495057;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

.nav-item[b-tj6r2g715q]  .nav-link:hover .nav-text {
    color: #667eea;
    transform: translateX(2px);
}

.nav-separator[b-tj6r2g715q] {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.3), transparent);
    margin: 12px 0;
    flex-shrink: 0;
}
/* _content/AnjomanTehran/Components/Layout/UserMenu.razor.rz.scp.css */
.top-row[b-u7yb4na81q] {
    height: 3.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.navbar-brand[b-u7yb4na81q] {
    font-size: 1.1rem;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nav-modern[b-u7yb4na81q] {
    background: linear-gradient(180deg, #f8f9fa 0%, #f0f2f5 100%);
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.nav-item[b-u7yb4na81q] {
    padding-bottom: 0.5rem;
    flex-shrink: 0;
    width: 100%;
    display: flex;
}

    .nav-item:first-of-type[b-u7yb4na81q] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-u7yb4na81q] {
        padding-bottom: 1rem;
    }

    .nav-item > div[b-u7yb4na81q] {
        width: 100%;
    }

    .nav-item[b-u7yb4na81q]  .mud-tooltip-root {
        width: 100%;
        display: flex;
    }

    .nav-item[b-u7yb4na81q]  .mud-tooltip-inline {
        width: 100%;
        display: flex;
    }

    .nav-item[b-u7yb4na81q]  .nav-link {
        color: #495057;
        background: none;
        border: none;
        border-radius: 12px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        max-width: 100%;
        text-decoration: none;
        padding: 0 16px;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }

    .nav-item[b-u7yb4na81q]  .nav-link::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
        transition: left 0.5s ease;
    }

    .nav-item[b-u7yb4na81q]  .nav-link:hover::before {
        left: 100%;
    }

.nav-icon-wrapper[b-u7yb4na81q] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    margin-left: 16px;
}

.gradient-blue[b-u7yb4na81q] {
    background: linear-gradient(135deg, #667eea 0%, #5a67d8 100%);
}

.gradient-purple[b-u7yb4na81q] {
    background: linear-gradient(135deg, #a78bfa 0%, #9f7aea 100%);
}

.gradient-green[b-u7yb4na81q] {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
}

.gradient-orange[b-u7yb4na81q] {
    background: linear-gradient(135deg, #ed8936 0%, #dd6b20 100%);
}

.nav-item[b-u7yb4na81q]  a.active {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(167, 139, 250, 0.1));
    color: #667eea;
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.2);
}

.nav-item[b-u7yb4na81q]  a.active .nav-icon-wrapper {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.nav-item[b-u7yb4na81q]  .nav-link:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(167, 139, 250, 0.05));
    color: #667eea;
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.nav-item[b-u7yb4na81q]  .nav-link:hover .nav-icon-wrapper {
    transform: scale(1.12) translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.nav-text[b-u7yb4na81q] {
    margin-left: 12px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-weight: 500;
    color: #495057;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    min-width: 0;
}

.nav-item[b-u7yb4na81q]  .nav-link:hover .nav-text {
    color: #667eea;
    transform: translateX(2px);
}

.nav-separator[b-u7yb4na81q] {
    border: none;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(102, 126, 234, 0.3), transparent);
    margin: 12px 0;
    flex-shrink: 0;
}
/* _content/AnjomanTehran/Components/Pages/IranStuff/Dialog/AdditioanlInfoIranStuffDialog.razor.rz.scp.css */
/* ========================================
   NEW MODERN DOCUMENT UPLOAD STYLES
   Fresh, Clean, Card-Based Design
   ======================================== */

:root[b-awywpj3xzy] {
    /* Brand Colors - Fresh Palette */
    --primary-color: #2563eb;
    --primary-light: #60a5fa;
    --primary-dark: #1e40af;
    --secondary-color: #8b5cf6;
    --accent-color: #ec4899;
    --success-color: #22c55e;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --info-color: #06b6d4;

    /* Neutral Colors */
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;

    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-full: 9999px;

    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

    /* Transitions */
    --transition-fast: 150ms ease-in-out;
    --transition-base: 250ms ease-in-out;
    --transition-slow: 350ms ease-in-out;
}

*[b-awywpj3xzy] {
    box-sizing: border-box;
}

/* ========================================
   MAIN CONTAINER
   ======================================== */

.doc-upload-container[b-awywpj3xzy] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.doc-upload-container[b-awywpj3xzy]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(139, 92, 246, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(236, 72, 153, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.2) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* ========================================
   TOP NAVIGATION BAR
   ======================================== */

.top-nav-bar[b-awywpj3xzy] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
    animation: slideDown-b-awywpj3xzy 0.5s ease-out;
}

@keyframes slideDown-b-awywpj3xzy {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.nav-content[b-awywpj3xzy] {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--space-lg) var(--space-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand[b-awywpj3xzy] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.nav-brand-icon[b-awywpj3xzy] {
    font-size: 2rem;
    color: var(--primary-color);
    animation: bounce-b-awywpj3xzy 2s ease-in-out infinite;
}

@keyframes bounce-b-awywpj3xzy {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.nav-brand-text[b-awywpj3xzy] {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-progress-info[b-awywpj3xzy] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    padding: var(--space-sm) var(--space-lg);
    border-radius: var(--radius-full);
    border: 2px solid rgba(37, 99, 235, 0.2);
}

.progress-circle-wrapper[b-awywpj3xzy] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-percentage[b-awywpj3xzy] {
    position: absolute;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-color);
}

.progress-label[b-awywpj3xzy] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-700);
}

/* ========================================
   CONTENT WRAPPER
   ======================================== */

.content-wrapper[b-awywpj3xzy] {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--space-2xl) var(--space-xl);
    position: relative;
    z-index: 1;
}

/* ========================================
   WELCOME BANNER
   ======================================== */

.welcome-banner[b-awywpj3xzy] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-2xl);
    padding: var(--space-2xl);
    margin-bottom: var(--space-2xl);
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: var(--space-xl);
    align-items: center;
    position: relative;
    overflow: hidden;
    animation: fadeInUp-b-awywpj3xzy 0.6s ease-out;
}

@keyframes fadeInUp-b-awywpj3xzy {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.welcome-banner[b-awywpj3xzy]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(139, 92, 246, 0.05) 50%, transparent 70%);
    animation: shimmer-b-awywpj3xzy 3s infinite;
}

@keyframes shimmer-b-awywpj3xzy {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.banner-icon-wrapper[b-awywpj3xzy] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
    position: relative;
    z-index: 1;
}

.banner-main-icon[b-awywpj3xzy] {
    font-size: 2.5rem;
    color: white;
}

.banner-text-section[b-awywpj3xzy] {
    position: relative;
    z-index: 1;
}

.banner-title[b-awywpj3xzy] {
    font-size: 2rem;
    font-weight: 800;
    color: var(--gray-900);
    margin: 0 0 var(--space-sm) 0;
    line-height: 1.2;
}

.banner-description[b-awywpj3xzy] {
    font-size: 1rem;
    color: var(--gray-600);
    margin: 0;
    line-height: 1.6;
}

.banner-status-badge[b-awywpj3xzy] {
    padding: var(--space-sm) var(--space-lg);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    font-weight: 700;
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
    transition: all var(--transition-base);
}

.banner-status-badge.status-complete[b-awywpj3xzy] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(34, 197, 94, 0.25));
    color: #15803d;
    border: 2px solid rgba(34, 197, 94, 0.3);
}

.banner-status-badge.status-progress[b-awywpj3xzy] {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(6, 182, 212, 0.25));
    color: #0e7490;
    border: 2px solid rgba(6, 182, 212, 0.3);
}

.banner-status-badge.status-incomplete[b-awywpj3xzy] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.25));
    color: #c2410c;
    border: 2px solid rgba(245, 158, 11, 0.3);
}

/* ========================================
   STEP INDICATOR
   ======================================== */

.step-indicator-container[b-awywpj3xzy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    padding: var(--space-xl);
    margin-bottom: var(--space-2xl);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: fadeInUp-b-awywpj3xzy 0.6s ease-out 0.2s both;
}

.step-item[b-awywpj3xzy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-sm);
    flex: 1;
    transition: all var(--transition-base);
}

.step-circle[b-awywpj3xzy] {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-full);
    background: var(--gray-100);
    border: 3px solid var(--gray-300);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400);
    font-size: 1.5rem;
    transition: all var(--transition-base);
}

.step-item.active .step-circle[b-awywpj3xzy] {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
    animation: pulse-b-awywpj3xzy 2s ease-in-out infinite;
}

@keyframes pulse-b-awywpj3xzy {
    0%, 100% {
        box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
    }
    50% {
        box-shadow: 0 8px 30px rgba(139, 92, 246, 0.6);
    }
}

.step-label[b-awywpj3xzy] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-500);
    text-align: center;
    transition: all var(--transition-base);
}

.step-item.active .step-label[b-awywpj3xzy] {
    color: var(--primary-color);
    font-weight: 700;
}

.step-divider[b-awywpj3xzy] {
    flex: 1;
    height: 3px;
    background: var(--gray-300);
    margin: 0 var(--space-md);
    border-radius: var(--radius-full);
    transition: all var(--transition-base);
    margin-bottom: 30px;
}

.step-divider.active[b-awywpj3xzy] {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    box-shadow: 0 2px 10px rgba(139, 92, 246, 0.3);
}

/* ========================================
   DOCUMENTS CATEGORIES
   ======================================== */

.docs-categories[b-awywpj3xzy] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2xl);
}

.category-section[b-awywpj3xzy] {
    animation: fadeInUp-b-awywpj3xzy 0.6s ease-out;
}

.category-header[b-awywpj3xzy] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
    padding: var(--space-lg);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.category-icon[b-awywpj3xzy] {
    font-size: 2rem;
    color: var(--primary-color);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    width: 50px;
    height: 50px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-title[b-awywpj3xzy] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gray-900);
    margin: 0;
}

/* ========================================
   DOCUMENTS GRID
   ======================================== */

.docs-grid[b-awywpj3xzy] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xl);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1200px) {
    .docs-grid[b-awywpj3xzy] {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-lg);
    }
}

@media (max-width: 768px) {
    .docs-grid[b-awywpj3xzy] {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }

    .nav-content[b-awywpj3xzy] {
        flex-direction: column;
        gap: var(--space-lg);
        padding: var(--space-lg);
    }

    .nav-brand-text[b-awywpj3xzy] {
        font-size: 1.25rem;
    }

    .welcome-banner[b-awywpj3xzy] {
        grid-template-columns: 1fr;
        text-align: center;
        padding: var(--space-xl);
    }

    .banner-icon-wrapper[b-awywpj3xzy] {
        margin: 0 auto;
    }

    .banner-title[b-awywpj3xzy] {
        font-size: 1.5rem;
    }

    .banner-status-badge[b-awywpj3xzy] {
        justify-content: center;
    }

    .step-indicator-container[b-awywpj3xzy] {
        flex-direction: column;
        padding: var(--space-lg);
    }

    .step-divider[b-awywpj3xzy] {
        width: 3px;
        height: 40px;
        margin: var(--space-sm) 0;
    }

    .action-buttons-section[b-awywpj3xzy] {
        flex-direction: column-reverse;
    }

    .action-buttons-section[b-awywpj3xzy]  .btn-back,
    .action-buttons-section[b-awywpj3xzy]  .btn-save {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .content-wrapper[b-awywpj3xzy] {
        padding: var(--space-lg) var(--space-md);
    }

    .banner-title[b-awywpj3xzy] {
        font-size: 1.25rem;
    }

    .banner-description[b-awywpj3xzy] {
        font-size: 0.875rem;
    }

    .category-title[b-awywpj3xzy] {
        font-size: 1.25rem;
    }

    .step-circle[b-awywpj3xzy] {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .step-label[b-awywpj3xzy] {
        font-size: 0.75rem;
    }
}

/* ========================================
   UPLOAD CARD
   ======================================== */

.upload-card[b-awywpj3xzy] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    border: 2px solid var(--gray-200);
    overflow: hidden;
    transition: all var(--transition-base);
    position: relative;
}

.upload-card[b-awywpj3xzy]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gray-300), var(--gray-300));
    transition: all var(--transition-base);
}

.upload-card:hover[b-awywpj3xzy] {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}

.upload-card:hover[b-awywpj3xzy]::before {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
}

.upload-card.uploaded[b-awywpj3xzy] {
    border-color: var(--success-color);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05), rgba(255, 255, 255, 0.98));
}

.upload-card.uploaded[b-awywpj3xzy]::before {
    background: linear-gradient(90deg, var(--success-color), #10b981);
}

.card-header-section[b-awywpj3xzy] {
    padding: var(--space-lg);
    display: flex;
    align-items: center;
    gap: var(--space-md);
    border-bottom: 1px solid var(--gray-200);
    position: relative;
}

.card-icon[b-awywpj3xzy] {
    font-size: 1.75rem;
    color: var(--primary-color);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    width: 45px;
    height: 45px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title[b-awywpj3xzy] {
    flex: 1;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gray-900);
}

.check-badge[b-awywpj3xzy] {
    color: var(--success-color);
    font-size: 1.5rem;
    animation: scaleIn-b-awywpj3xzy 0.3s ease-out;
}

@keyframes scaleIn-b-awywpj3xzy {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.card-body[b-awywpj3xzy] {
    padding: var(--space-lg);
}

.upload-zone[b-awywpj3xzy] {
    border: 2px dashed var(--gray-300);
    border-radius: var(--radius-lg);
    padding: var(--space-2xl) var(--space-lg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    cursor: pointer;
    transition: all var(--transition-base);
    background: var(--gray-50);
    min-height: 350px;
}

.upload-zone:hover[b-awywpj3xzy] {
    border-color: var(--primary-color);
    background: rgba(37, 99, 235, 0.05);
    transform: scale(1.02);
}

.upload-icon[b-awywpj3xzy] {
    font-size: 3rem;
    color: var(--gray-400);
    transition: all var(--transition-base);
}

.upload-zone:hover .upload-icon[b-awywpj3xzy] {
    color: var(--primary-color);
    transform: translateY(-5px);
}

.upload-text[b-awywpj3xzy] {
    font-size: 0.875rem;
    color: var(--gray-600);
    font-weight: 500;
    text-align: center;
}

.card-footer[b-awywpj3xzy] {
    padding: var(--space-md) var(--space-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    font-size: 0.875rem;
    font-weight: 600;
    border-top: 1px solid var(--gray-200);
}

.card-footer.success[b-awywpj3xzy] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.05));
    color: #15803d;
}

/* ========================================
   INFO BOX
   ======================================== */

.info-box[b-awywpj3xzy] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: var(--space-2xl);
    overflow: hidden;
    animation: fadeInUp-b-awywpj3xzy 0.6s ease-out 0.4s both;
}

.info-box-header[b-awywpj3xzy] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    padding: var(--space-lg) var(--space-xl);
    display: flex;
    align-items: center;
    gap: var(--space-md);
    border-bottom: 1px solid var(--gray-200);
}

.info-icon[b-awywpj3xzy] {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.info-title[b-awywpj3xzy] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gray-900);
}

.info-box-body[b-awywpj3xzy] {
    padding: var(--space-xl);
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.info-item[b-awywpj3xzy] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    font-size: 0.875rem;
    color: var(--gray-700);
    transition: all var(--transition-fast);
    padding: var(--space-sm);
    border-radius: var(--radius-md);
}

.info-item:hover[b-awywpj3xzy] {
    background: var(--gray-50);
    transform: translateX(5px);
}

.info-item .bullet[b-awywpj3xzy] {
    color: var(--primary-color);
    font-size: 0.5rem;
}

.info-item strong[b-awywpj3xzy] {
    font-weight: 700;
    color: var(--gray-900);
}

/* ========================================
   ACTION BUTTONS
   ======================================== */

.action-buttons-section[b-awywpj3xzy] {
    margin-top: var(--space-2xl);
    padding: var(--space-xl);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    display: flex;
    justify-content: flex-end;
    gap: var(--space-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: fadeInUp-b-awywpj3xzy 0.6s ease-out 0.5s both;
}

.action-buttons-section[b-awywpj3xzy]  .btn-back {
    border-radius: var(--radius-lg) !important;
    padding: 0.75rem 2rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    border: 2px solid var(--gray-300) !important;
    color: var(--gray-700) !important;
    transition: all var(--transition-base) !important;
}

.action-buttons-section[b-awywpj3xzy]  .btn-back:hover:not(:disabled) {
    border-color: var(--gray-400) !important;
    background: var(--gray-100) !important;
    transform: translateY(-2px) !important;
}

.action-buttons-section[b-awywpj3xzy]  .btn-save {
    border-radius: var(--radius-lg) !important;
    padding: 0.75rem 2.5rem !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) !important;
    border: none !important;
    color: white !important;
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.3) !important;
    transition: all var(--transition-base) !important;
    position: relative;
    overflow: hidden;
}

.action-buttons-section[b-awywpj3xzy]  .btn-save::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease-out, height 0.6s ease-out;
}

.action-buttons-section[b-awywpj3xzy]  .btn-save:hover:not(:disabled)::before {
    width: 300px;
    height: 300px;
}

.action-buttons-section[b-awywpj3xzy]  .btn-save:hover:not(:disabled) {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 35px rgba(139, 92, 246, 0.4) !important;
}

.action-buttons-section[b-awywpj3xzy]  .btn-save:disabled {
    background: var(--gray-300) !important;
    color: var(--gray-500) !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

/* ========================================
   CUSTOM MUDFILEUPLOAD STYLES
   Matching DocumentImageUpload Design
   ======================================== */

/* Hide default MudFileUpload styling */
.custom-file-upload-wrapper[b-awywpj3xzy]  .mud-file-upload {
    width: 100%;
}

.custom-file-upload-wrapper[b-awywpj3xzy]  .mud-file-upload > * {
    width: 100%;
}

/* Modern Upload Card Styling */
.custom-file-upload-wrapper .modern-upload-card[b-awywpj3xzy] {
    background: white;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2.5px solid #e5e7eb;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: fadeInScale-b-awywpj3xzy 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.custom-file-upload-wrapper .modern-upload-card:hover[b-awywpj3xzy] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: #d1d5db;
}

.custom-file-upload-wrapper .modern-upload-card.completed[b-awywpj3xzy] {
    border-color: #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.02) 0%, white 100%);
}

.custom-file-upload-wrapper .modern-upload-card.required[b-awywpj3xzy] {
    border-color: #fbbf24;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.01) 0%, white 100%);
}

@keyframes fadeInScale-b-awywpj3xzy {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Card Header */
.custom-file-upload-wrapper .upload-card-header[b-awywpj3xzy] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}

/* Icon with Gradient */
.custom-file-upload-wrapper .upload-icon[b-awywpj3xzy] {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    font-size: 36px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-file-upload-wrapper .upload-icon:hover[b-awywpj3xzy] {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

/* Gradient Classes */
.custom-file-upload-wrapper .gradient-cyan[b-awywpj3xzy] {
    background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%) !important;
}

.custom-file-upload-wrapper .gradient-blue[b-awywpj3xzy] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.custom-file-upload-wrapper .gradient-purple[b-awywpj3xzy] {
    background: linear-gradient(135deg, #a78bfa 0%, #d946ef 100%) !important;
}

.custom-file-upload-wrapper .gradient-indigo[b-awywpj3xzy] {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
}

.custom-file-upload-wrapper .gradient-violet[b-awywpj3xzy] {
    background: linear-gradient(135deg, #8b5cf6 0%, #d946ef 100%) !important;
}

.custom-file-upload-wrapper .gradient-green[b-awywpj3xzy] {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%) !important;
}

.custom-file-upload-wrapper .gradient-orange[b-awywpj3xzy] {
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%) !important;
}

.custom-file-upload-wrapper .gradient-red[b-awywpj3xzy] {
    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%) !important;
}

/* Info Section */
.custom-file-upload-wrapper .upload-info-section[b-awywpj3xzy] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.custom-file-upload-wrapper .upload-title-row[b-awywpj3xzy] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.custom-file-upload-wrapper .upload-label[b-awywpj3xzy] {
    font-weight: 800;
    color: #1f2937;
    font-size: 1.05rem;
    letter-spacing: -0.3px;
    margin: 0;
}

.custom-file-upload-wrapper .upload-description[b-awywpj3xzy] {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}

/* Required Badge */
.custom-file-upload-wrapper .required-badge-wrapper[b-awywpj3xzy] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}

.custom-file-upload-wrapper .required-chip[b-awywpj3xzy] {
    background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%) !important;
    color: #92400e !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 4px 12px !important;
    font-size: 0.75rem !important;
}

/* Status Icon */
.custom-file-upload-wrapper .status-icon-wrapper[b-awywpj3xzy] {
    display: flex;
    align-items: center;
}

.custom-file-upload-wrapper .status-icon-container[b-awywpj3xzy] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    animation: pulse-b-awywpj3xzy 2s ease-in-out infinite;
}

@keyframes pulse-b-awywpj3xzy {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* Upload Area */
.custom-file-upload-wrapper .upload-area[b-awywpj3xzy] {
    min-height: 200px;
    border: 2.5px dashed #d1d5db;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
}

.custom-file-upload-wrapper .modern-upload-card:hover .upload-area[b-awywpj3xzy] {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #eff6ff 0%, #fafafa 100%);
}

/* Upload Prompt */
.custom-file-upload-wrapper .upload-prompt[b-awywpj3xzy] {
    text-align: center;
    padding: 32px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-file-upload-wrapper .upload-content[b-awywpj3xzy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.custom-file-upload-wrapper .cloud-upload-icon[b-awywpj3xzy] {
    font-size: 52px;
    color: #667eea;
    animation: floatIcon-b-awywpj3xzy 3s ease-in-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes floatIcon-b-awywpj3xzy {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

.custom-file-upload-wrapper .upload-text[b-awywpj3xzy] {
    color: #1f2937;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.2px;
    margin: 8px 0 0 0;
}

.custom-file-upload-wrapper .file-requirements[b-awywpj3xzy] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 8px;
    flex-wrap: wrap;
}

/* Image Preview */
.custom-file-upload-wrapper .image-preview[b-awywpj3xzy] {
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
    animation: fadeInScale-b-awywpj3xzy 0.3s ease-out;
}

.custom-file-upload-wrapper .preview-card[b-awywpj3xzy] {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-width: 280px;
    width: 100%;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.custom-file-upload-wrapper .preview-card:hover[b-awywpj3xzy] {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

.custom-file-upload-wrapper .preview-image[b-awywpj3xzy] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
    object-fit: cover;
    object-position: center;
}

.custom-file-upload-wrapper .preview-actions[b-awywpj3xzy] {
    justify-content: center;
    padding: 16px;
    background: rgba(255, 255, 255, 0.98);
    gap: 16px;
    border-top: 1px solid #f3f4f6;
}

.custom-file-upload-wrapper .action-button[b-awywpj3xzy] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 10px !important;
}

.custom-file-upload-wrapper .action-button:hover[b-awywpj3xzy] {
    transform: scale(1.12) !important;
}

.custom-file-upload-wrapper .zoom-button[b-awywpj3xzy] {
    background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%) !important;
    color: white !important;
}

.custom-file-upload-wrapper .delete-button[b-awywpj3xzy] {
    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%) !important;
    color: white !important;
}

/* Responsive Design for MudFileUpload */
@media (max-width: 768px) {
    .custom-file-upload-wrapper .modern-upload-card[b-awywpj3xzy] {
        padding: 20px;
        gap: 16px;
    }

    .custom-file-upload-wrapper .upload-icon[b-awywpj3xzy] {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }

    .custom-file-upload-wrapper .upload-label[b-awywpj3xzy] {
        font-size: 0.95rem;
    }

    .custom-file-upload-wrapper .upload-description[b-awywpj3xzy] {
        font-size: 0.85rem;
    }

    .custom-file-upload-wrapper .cloud-upload-icon[b-awywpj3xzy] {
        font-size: 44px;
    }
}
/* _content/AnjomanTehran/Components/Pages/ProvinceStuff/Dialog/AdditioanlInfoUserPrvinceStuffDialog.razor.rz.scp.css */
/* ========================================
   NEW MODERN DOCUMENT UPLOAD STYLES
   Fresh, Clean, Card-Based Design
   ======================================== */

:root[b-evmb1qm572] {
    /* Brand Colors - Fresh Palette */
    --primary-color: #2563eb;
    --primary-light: #60a5fa;
    --primary-dark: #1e40af;
    --secondary-color: #8b5cf6;
    --accent-color: #ec4899;
    --success-color: #22c55e;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --info-color: #06b6d4;

    /* Neutral Colors */
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;

    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-full: 9999px;

    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

    /* Transitions */
    --transition-fast: 150ms ease-in-out;
    --transition-base: 250ms ease-in-out;
    --transition-slow: 350ms ease-in-out;
}

*[b-evmb1qm572] {
    box-sizing: border-box;
}

/* ========================================
   MAIN CONTAINER
   ======================================== */

.doc-upload-container[b-evmb1qm572] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.doc-upload-container[b-evmb1qm572]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(139, 92, 246, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(236, 72, 153, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.2) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* ========================================
   TOP NAVIGATION BAR
   ======================================== */

.top-nav-bar[b-evmb1qm572] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
    animation: slideDown-b-evmb1qm572 0.5s ease-out;
}

@keyframes slideDown-b-evmb1qm572 {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.nav-content[b-evmb1qm572] {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--space-lg) var(--space-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand[b-evmb1qm572] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.nav-brand-icon[b-evmb1qm572] {
    font-size: 2rem;
    color: var(--primary-color);
    animation: bounce-b-evmb1qm572 2s ease-in-out infinite;
}

@keyframes bounce-b-evmb1qm572 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.nav-brand-text[b-evmb1qm572] {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-progress-info[b-evmb1qm572] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    padding: var(--space-sm) var(--space-lg);
    border-radius: var(--radius-full);
    border: 2px solid rgba(37, 99, 235, 0.2);
}

.progress-circle-wrapper[b-evmb1qm572] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-percentage[b-evmb1qm572] {
    position: absolute;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-color);
}

.progress-label[b-evmb1qm572] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-700);
}

/* ========================================
   CONTENT WRAPPER
   ======================================== */

.content-wrapper[b-evmb1qm572] {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--space-2xl) var(--space-xl);
    position: relative;
    z-index: 1;
}

/* ========================================
   WELCOME BANNER
   ======================================== */

.welcome-banner[b-evmb1qm572] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-2xl);
    padding: var(--space-2xl);
    margin-bottom: var(--space-2xl);
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: var(--space-xl);
    align-items: center;
    position: relative;
    overflow: hidden;
    animation: fadeInUp-b-evmb1qm572 0.6s ease-out;
}

@keyframes fadeInUp-b-evmb1qm572 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.welcome-banner[b-evmb1qm572]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(139, 92, 246, 0.05) 50%, transparent 70%);
    animation: shimmer-b-evmb1qm572 3s infinite;
}

@keyframes shimmer-b-evmb1qm572 {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.banner-icon-wrapper[b-evmb1qm572] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
    position: relative;
    z-index: 1;
}

.banner-main-icon[b-evmb1qm572] {
    font-size: 2.5rem;
    color: white;
}

.banner-text-section[b-evmb1qm572] {
    position: relative;
    z-index: 1;
}

.banner-title[b-evmb1qm572] {
    font-size: 2rem;
    font-weight: 800;
    color: var(--gray-900);
    margin: 0 0 var(--space-sm) 0;
    line-height: 1.2;
}

.banner-description[b-evmb1qm572] {
    font-size: 1rem;
    color: var(--gray-600);
    margin: 0;
    line-height: 1.6;
}

.banner-status-badge[b-evmb1qm572] {
    padding: var(--space-sm) var(--space-lg);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    font-weight: 700;
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
    transition: all var(--transition-base);
}

.banner-status-badge.status-complete[b-evmb1qm572] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(34, 197, 94, 0.25));
    color: #15803d;
    border: 2px solid rgba(34, 197, 94, 0.3);
}

.banner-status-badge.status-progress[b-evmb1qm572] {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(6, 182, 212, 0.25));
    color: #0e7490;
    border: 2px solid rgba(6, 182, 212, 0.3);
}

.banner-status-badge.status-incomplete[b-evmb1qm572] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.25));
    color: #c2410c;
    border: 2px solid rgba(245, 158, 11, 0.3);
}

/* ========================================
   STEP INDICATOR
   ======================================== */

.step-indicator-container[b-evmb1qm572] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    padding: var(--space-xl);
    margin-bottom: var(--space-2xl);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: fadeInUp-b-evmb1qm572 0.6s ease-out 0.2s both;
}

.step-item[b-evmb1qm572] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-sm);
    flex: 1;
    transition: all var(--transition-base);
}

.step-circle[b-evmb1qm572] {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-full);
    background: var(--gray-100);
    border: 3px solid var(--gray-300);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400);
    font-size: 1.5rem;
    transition: all var(--transition-base);
}

.step-item.active .step-circle[b-evmb1qm572] {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
    animation: pulse-b-evmb1qm572 2s ease-in-out infinite;
}

@keyframes pulse-b-evmb1qm572 {
    0%, 100% {
        box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
    }
    50% {
        box-shadow: 0 8px 30px rgba(139, 92, 246, 0.6);
    }
}

.step-label[b-evmb1qm572] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-500);
    text-align: center;
    transition: all var(--transition-base);
}

.step-item.active .step-label[b-evmb1qm572] {
    color: var(--primary-color);
    font-weight: 700;
}

.step-divider[b-evmb1qm572] {
    flex: 1;
    height: 3px;
    background: var(--gray-300);
    margin: 0 var(--space-md);
    border-radius: var(--radius-full);
    transition: all var(--transition-base);
    margin-bottom: 30px;
}

.step-divider.active[b-evmb1qm572] {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    box-shadow: 0 2px 10px rgba(139, 92, 246, 0.3);
}

/* ========================================
   DOCUMENTS CATEGORIES
   ======================================== */

.docs-categories[b-evmb1qm572] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2xl);
}

.category-section[b-evmb1qm572] {
    animation: fadeInUp-b-evmb1qm572 0.6s ease-out;
}

.category-header[b-evmb1qm572] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
    padding: var(--space-lg);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.category-icon[b-evmb1qm572] {
    font-size: 2rem;
    color: var(--primary-color);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    width: 50px;
    height: 50px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-title[b-evmb1qm572] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gray-900);
    margin: 0;
}

/* ========================================
   DOCUMENTS GRID
   ======================================== */

.docs-grid[b-evmb1qm572] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xl);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1200px) {
    .docs-grid[b-evmb1qm572] {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-lg);
    }
}

@media (max-width: 768px) {
    .docs-grid[b-evmb1qm572] {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }

    .nav-content[b-evmb1qm572] {
        flex-direction: column;
        gap: var(--space-lg);
        padding: var(--space-lg);
    }

    .nav-brand-text[b-evmb1qm572] {
        font-size: 1.25rem;
    }

    .welcome-banner[b-evmb1qm572] {
        grid-template-columns: 1fr;
        text-align: center;
        padding: var(--space-xl);
    }

    .banner-icon-wrapper[b-evmb1qm572] {
        margin: 0 auto;
    }

    .banner-title[b-evmb1qm572] {
        font-size: 1.5rem;
    }

    .banner-status-badge[b-evmb1qm572] {
        justify-content: center;
    }

    .step-indicator-container[b-evmb1qm572] {
        flex-direction: column;
        padding: var(--space-lg);
    }

    .step-divider[b-evmb1qm572] {
        width: 3px;
        height: 40px;
        margin: var(--space-sm) 0;
    }

    .action-buttons-section[b-evmb1qm572] {
        flex-direction: column-reverse;
    }

    .action-buttons-section[b-evmb1qm572]  .btn-back,
    .action-buttons-section[b-evmb1qm572]  .btn-save {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .content-wrapper[b-evmb1qm572] {
        padding: var(--space-lg) var(--space-md);
    }

    .banner-title[b-evmb1qm572] {
        font-size: 1.25rem;
    }

    .banner-description[b-evmb1qm572] {
        font-size: 0.875rem;
    }

    .category-title[b-evmb1qm572] {
        font-size: 1.25rem;
    }

    .step-circle[b-evmb1qm572] {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .step-label[b-evmb1qm572] {
        font-size: 0.75rem;
    }
}

/* ========================================
   UPLOAD CARD
   ======================================== */

.upload-card[b-evmb1qm572] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    border: 2px solid var(--gray-200);
    overflow: hidden;
    transition: all var(--transition-base);
    position: relative;
}

.upload-card[b-evmb1qm572]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gray-300), var(--gray-300));
    transition: all var(--transition-base);
}

.upload-card:hover[b-evmb1qm572] {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}

.upload-card:hover[b-evmb1qm572]::before {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
}

.upload-card.uploaded[b-evmb1qm572] {
    border-color: var(--success-color);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05), rgba(255, 255, 255, 0.98));
}

.upload-card.uploaded[b-evmb1qm572]::before {
    background: linear-gradient(90deg, var(--success-color), #10b981);
}

.card-header-section[b-evmb1qm572] {
    padding: var(--space-lg);
    display: flex;
    align-items: center;
    gap: var(--space-md);
    border-bottom: 1px solid var(--gray-200);
    position: relative;
}

.card-icon[b-evmb1qm572] {
    font-size: 1.75rem;
    color: var(--primary-color);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    width: 45px;
    height: 45px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title[b-evmb1qm572] {
    flex: 1;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gray-900);
}

.check-badge[b-evmb1qm572] {
    color: var(--success-color);
    font-size: 1.5rem;
    animation: scaleIn-b-evmb1qm572 0.3s ease-out;
}

@keyframes scaleIn-b-evmb1qm572 {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.card-body[b-evmb1qm572] {
    padding: var(--space-lg);
}

.upload-zone[b-evmb1qm572] {
    border: 2px dashed var(--gray-300);
    border-radius: var(--radius-lg);
    padding: var(--space-2xl) var(--space-lg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    cursor: pointer;
    transition: all var(--transition-base);
    background: var(--gray-50);
    min-height: 350px;
}

.upload-zone:hover[b-evmb1qm572] {
    border-color: var(--primary-color);
    background: rgba(37, 99, 235, 0.05);
    transform: scale(1.02);
}

.upload-icon[b-evmb1qm572] {
    font-size: 3rem;
    color: var(--gray-400);
    transition: all var(--transition-base);
}

.upload-zone:hover .upload-icon[b-evmb1qm572] {
    color: var(--primary-color);
    transform: translateY(-5px);
}

.upload-text[b-evmb1qm572] {
    font-size: 0.875rem;
    color: var(--gray-600);
    font-weight: 500;
    text-align: center;
}

.card-footer[b-evmb1qm572] {
    padding: var(--space-md) var(--space-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    font-size: 0.875rem;
    font-weight: 600;
    border-top: 1px solid var(--gray-200);
}

.card-footer.success[b-evmb1qm572] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.05));
    color: #15803d;
}

/* ========================================
   INFO BOX
   ======================================== */

.info-box[b-evmb1qm572] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: var(--space-2xl);
    overflow: hidden;
    animation: fadeInUp-b-evmb1qm572 0.6s ease-out 0.4s both;
}

.info-box-header[b-evmb1qm572] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    padding: var(--space-lg) var(--space-xl);
    display: flex;
    align-items: center;
    gap: var(--space-md);
    border-bottom: 1px solid var(--gray-200);
}

.info-icon[b-evmb1qm572] {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.info-title[b-evmb1qm572] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gray-900);
}

.info-box-body[b-evmb1qm572] {
    padding: var(--space-xl);
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.info-item[b-evmb1qm572] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    font-size: 0.875rem;
    color: var(--gray-700);
    transition: all var(--transition-fast);
    padding: var(--space-sm);
    border-radius: var(--radius-md);
}

.info-item:hover[b-evmb1qm572] {
    background: var(--gray-50);
    transform: translateX(5px);
}

.info-item .bullet[b-evmb1qm572] {
    color: var(--primary-color);
    font-size: 0.5rem;
}

.info-item strong[b-evmb1qm572] {
    font-weight: 700;
    color: var(--gray-900);
}

/* ========================================
   ACTION BUTTONS
   ======================================== */

.action-buttons-section[b-evmb1qm572] {
    margin-top: var(--space-2xl);
    padding: var(--space-xl);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    display: flex;
    justify-content: flex-end;
    gap: var(--space-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: fadeInUp-b-evmb1qm572 0.6s ease-out 0.5s both;
}

.action-buttons-section[b-evmb1qm572]  .btn-back {
    border-radius: var(--radius-lg) !important;
    padding: 0.75rem 2rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    border: 2px solid var(--gray-300) !important;
    color: var(--gray-700) !important;
    transition: all var(--transition-base) !important;
}

.action-buttons-section[b-evmb1qm572]  .btn-back:hover:not(:disabled) {
    border-color: var(--gray-400) !important;
    background: var(--gray-100) !important;
    transform: translateY(-2px) !important;
}

.action-buttons-section[b-evmb1qm572]  .btn-save {
    border-radius: var(--radius-lg) !important;
    padding: 0.75rem 2.5rem !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) !important;
    border: none !important;
    color: white !important;
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.3) !important;
    transition: all var(--transition-base) !important;
    position: relative;
    overflow: hidden;
}

.action-buttons-section[b-evmb1qm572]  .btn-save::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease-out, height 0.6s ease-out;
}

.action-buttons-section[b-evmb1qm572]  .btn-save:hover:not(:disabled)::before {
    width: 300px;
    height: 300px;
}

.action-buttons-section[b-evmb1qm572]  .btn-save:hover:not(:disabled) {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 35px rgba(139, 92, 246, 0.4) !important;
}

.action-buttons-section[b-evmb1qm572]  .btn-save:disabled {
    background: var(--gray-300) !important;
    color: var(--gray-500) !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

/* ========================================
   CUSTOM MUDFILEUPLOAD STYLES
   Matching DocumentImageUpload Design
   ======================================== */

/* Hide default MudFileUpload styling */
.custom-file-upload-wrapper[b-evmb1qm572]  .mud-file-upload {
    width: 100%;
}

.custom-file-upload-wrapper[b-evmb1qm572]  .mud-file-upload > * {
    width: 100%;
}

/* Modern Upload Card Styling */
.custom-file-upload-wrapper .modern-upload-card[b-evmb1qm572] {
    background: white;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2.5px solid #e5e7eb;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: fadeInScale-b-evmb1qm572 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.custom-file-upload-wrapper .modern-upload-card:hover[b-evmb1qm572] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: #d1d5db;
}

.custom-file-upload-wrapper .modern-upload-card.completed[b-evmb1qm572] {
    border-color: #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.02) 0%, white 100%);
}

.custom-file-upload-wrapper .modern-upload-card.required[b-evmb1qm572] {
    border-color: #fbbf24;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.01) 0%, white 100%);
}

@keyframes fadeInScale-b-evmb1qm572 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Card Header */
.custom-file-upload-wrapper .upload-card-header[b-evmb1qm572] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}

/* Icon with Gradient */
.custom-file-upload-wrapper .upload-icon[b-evmb1qm572] {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    font-size: 36px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-file-upload-wrapper .upload-icon:hover[b-evmb1qm572] {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

/* Gradient Classes */
.custom-file-upload-wrapper .gradient-cyan[b-evmb1qm572] {
    background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%) !important;
}

.custom-file-upload-wrapper .gradient-blue[b-evmb1qm572] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.custom-file-upload-wrapper .gradient-purple[b-evmb1qm572] {
    background: linear-gradient(135deg, #a78bfa 0%, #d946ef 100%) !important;
}

.custom-file-upload-wrapper .gradient-indigo[b-evmb1qm572] {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
}

.custom-file-upload-wrapper .gradient-violet[b-evmb1qm572] {
    background: linear-gradient(135deg, #8b5cf6 0%, #d946ef 100%) !important;
}

.custom-file-upload-wrapper .gradient-green[b-evmb1qm572] {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%) !important;
}

.custom-file-upload-wrapper .gradient-orange[b-evmb1qm572] {
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%) !important;
}

.custom-file-upload-wrapper .gradient-red[b-evmb1qm572] {
    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%) !important;
}

/* Info Section */
.custom-file-upload-wrapper .upload-info-section[b-evmb1qm572] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.custom-file-upload-wrapper .upload-title-row[b-evmb1qm572] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.custom-file-upload-wrapper .upload-label[b-evmb1qm572] {
    font-weight: 800;
    color: #1f2937;
    font-size: 1.05rem;
    letter-spacing: -0.3px;
    margin: 0;
}

.custom-file-upload-wrapper .upload-description[b-evmb1qm572] {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}

/* Required Badge */
.custom-file-upload-wrapper .required-badge-wrapper[b-evmb1qm572] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}

.custom-file-upload-wrapper .required-chip[b-evmb1qm572] {
    background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%) !important;
    color: #92400e !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 4px 12px !important;
    font-size: 0.75rem !important;
}

/* Status Icon */
.custom-file-upload-wrapper .status-icon-wrapper[b-evmb1qm572] {
    display: flex;
    align-items: center;
}

.custom-file-upload-wrapper .status-icon-container[b-evmb1qm572] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    animation: pulse-b-evmb1qm572 2s ease-in-out infinite;
}

@keyframes pulse-b-evmb1qm572 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* Upload Area */
.custom-file-upload-wrapper .upload-area[b-evmb1qm572] {
    min-height: 200px;
    border: 2.5px dashed #d1d5db;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
}

.custom-file-upload-wrapper .modern-upload-card:hover .upload-area[b-evmb1qm572] {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #eff6ff 0%, #fafafa 100%);
}

/* Upload Prompt */
.custom-file-upload-wrapper .upload-prompt[b-evmb1qm572] {
    text-align: center;
    padding: 32px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-file-upload-wrapper .upload-content[b-evmb1qm572] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.custom-file-upload-wrapper .cloud-upload-icon[b-evmb1qm572] {
    font-size: 52px;
    color: #667eea;
    animation: floatIcon-b-evmb1qm572 3s ease-in-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes floatIcon-b-evmb1qm572 {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

.custom-file-upload-wrapper .upload-text[b-evmb1qm572] {
    color: #1f2937;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.2px;
    margin: 8px 0 0 0;
}

.custom-file-upload-wrapper .file-requirements[b-evmb1qm572] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 8px;
    flex-wrap: wrap;
}

/* Image Preview */
.custom-file-upload-wrapper .image-preview[b-evmb1qm572] {
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
    animation: fadeInScale-b-evmb1qm572 0.3s ease-out;
}

.custom-file-upload-wrapper .preview-card[b-evmb1qm572] {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-width: 280px;
    width: 100%;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.custom-file-upload-wrapper .preview-card:hover[b-evmb1qm572] {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

.custom-file-upload-wrapper .preview-image[b-evmb1qm572] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
    object-fit: cover;
    object-position: center;
}

.custom-file-upload-wrapper .preview-actions[b-evmb1qm572] {
    justify-content: center;
    padding: 16px;
    background: rgba(255, 255, 255, 0.98);
    gap: 16px;
    border-top: 1px solid #f3f4f6;
}

.custom-file-upload-wrapper .action-button[b-evmb1qm572] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 10px !important;
}

.custom-file-upload-wrapper .action-button:hover[b-evmb1qm572] {
    transform: scale(1.12) !important;
}

.custom-file-upload-wrapper .zoom-button[b-evmb1qm572] {
    background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%) !important;
    color: white !important;
}

.custom-file-upload-wrapper .delete-button[b-evmb1qm572] {
    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%) !important;
    color: white !important;
}

/* Responsive Design for MudFileUpload */
@media (max-width: 768px) {
    .custom-file-upload-wrapper .modern-upload-card[b-evmb1qm572] {
        padding: 20px;
        gap: 16px;
    }

    .custom-file-upload-wrapper .upload-icon[b-evmb1qm572] {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }

    .custom-file-upload-wrapper .upload-label[b-evmb1qm572] {
        font-size: 0.95rem;
    }

    .custom-file-upload-wrapper .upload-description[b-evmb1qm572] {
        font-size: 0.85rem;
    }

    .custom-file-upload-wrapper .cloud-upload-icon[b-evmb1qm572] {
        font-size: 44px;
    }
}
/* _content/AnjomanTehran/Components/Pages/User/DocumentImageUpload.razor.rz.scp.css */
/* ========================================
   MODERN DOCUMENT IMAGE UPLOAD STYLES
   ======================================== */

/* COLOR SCHEME - Gradient Definitions */
:root[b-0lr99hgcp2] {
    --gradient-blue: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-purple: linear-gradient(135deg, #a78bfa 0%, #d946ef 100%);
    --gradient-indigo: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    --gradient-violet: linear-gradient(135deg, #8b5cf6 0%, #d946ef 100%);
    --gradient-green: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    --gradient-orange: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
    --gradient-red: linear-gradient(135deg, #ef4444 0%, #f87171 100%);
    --gradient-cyan: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --gradient-pink: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes fadeInScale-b-0lr99hgcp2 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInUp-b-0lr99hgcp2 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatIcon-b-0lr99hgcp2 {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse-b-0lr99hgcp2 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* ========================================
   MAIN CARD CONTAINER
   ======================================== */

.modern-upload-card[b-0lr99hgcp2] {
    background: white;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2.5px solid #e5e7eb;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: fadeInScale-b-0lr99hgcp2 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.modern-upload-card:hover[b-0lr99hgcp2] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: #d1d5db;
}

.modern-upload-card.required[b-0lr99hgcp2] {
    border-color: #fbbf24;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.01) 0%, white 100%);
}

.modern-upload-card.drag-over[b-0lr99hgcp2] {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #eff6ff 0%, white 100%);
    transform: scale(1.01);
    box-shadow: 0 16px 40px rgba(59, 130, 246, 0.2);
}

/* ========================================
   CARD HEADER SECTION
   ======================================== */

.upload-card-header[b-0lr99hgcp2] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}

/* Icon Wrapper with Gradients */
.upload-icon[b-0lr99hgcp2] {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    font-size: 36px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.upload-icon:hover[b-0lr99hgcp2] {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

/* Gradient Classes */
.upload-icon.gradient-blue[b-0lr99hgcp2] {
    background: var(--gradient-blue) !important;
}

.upload-icon.gradient-purple[b-0lr99hgcp2] {
    background: var(--gradient-purple) !important;
}

.upload-icon.gradient-indigo[b-0lr99hgcp2] {
    background: var(--gradient-indigo) !important;
}

.upload-icon.gradient-violet[b-0lr99hgcp2] {
    background: var(--gradient-violet) !important;
}

.upload-icon.gradient-green[b-0lr99hgcp2] {
    background: var(--gradient-green) !important;
}

.upload-icon.gradient-orange[b-0lr99hgcp2] {
    background: var(--gradient-orange) !important;
}

.upload-icon.gradient-red[b-0lr99hgcp2] {
    background: var(--gradient-red) !important;
}

.upload-icon.gradient-cyan[b-0lr99hgcp2] {
    background: var(--gradient-cyan) !important;
}

.upload-icon.gradient-pink[b-0lr99hgcp2] {
    background: var(--gradient-pink) !important;
}

/* Info Section */
.upload-info-section[b-0lr99hgcp2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.upload-title-row[b-0lr99hgcp2] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.upload-label[b-0lr99hgcp2] {
    font-weight: 800;
    color: #1f2937;
    font-size: 1.05rem;
    letter-spacing: -0.3px;
    margin-bottom: 4px;
    margin: 0;
}

.upload-description[b-0lr99hgcp2] {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}

.required-badge-wrapper[b-0lr99hgcp2] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.required-chip[b-0lr99hgcp2] {
    background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%) !important;
    color: #92400e !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 4px 12px !important;
}

.required-chip[b-0lr99hgcp2]  svg {
    color: #b45309 !important;
}

.status-icon-wrapper[b-0lr99hgcp2] {
    display: flex;
    align-items: center;
    margin-right: 0;
}

.status-icon-container[b-0lr99hgcp2] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    animation: pulse-b-0lr99hgcp2 2s ease-in-out infinite;
}

.status-icon-container[b-0lr99hgcp2]  svg {
    color: #10b981 !important;
    font-size: 24px;
}

/* ========================================
   UPLOAD AREA
   ======================================== */

.upload-area[b-0lr99hgcp2] {
    min-height: 200px;
    border: 2.5px dashed #d1d5db;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
}

.modern-upload-card.drag-over .upload-area[b-0lr99hgcp2] {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #eff6ff 0%, #fafafa 100%);
    border-style: solid;
}

/* ========================================
   UPLOADING STATE
   ======================================== */

.uploading-state[b-0lr99hgcp2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 32px 24px;
    width: 100%;
}

.progress-icon-wrapper[b-0lr99hgcp2] {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-icon-wrapper[b-0lr99hgcp2]  .mud-progress-circular {
    color: #667eea !important;
}

.uploading-text[b-0lr99hgcp2] {
    color: #4b5563;
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: 16px;
}

.progress-bar-enhanced[b-0lr99hgcp2] {
    width: 100%;
    height: 8px;
    border-radius: 4px;
}

.progress-bar-enhanced[b-0lr99hgcp2]  .mud-progress-linear-bar {
    border-radius: 4px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

/* ========================================
   IMAGE PREVIEW SECTION
   ======================================== */

.image-preview[b-0lr99hgcp2] {
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
    animation: fadeInScale-b-0lr99hgcp2 0.3s ease-out;
}

.preview-card[b-0lr99hgcp2] {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-width: 280px;
    width: 100%;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.preview-card:hover[b-0lr99hgcp2] {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

.preview-image[b-0lr99hgcp2] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
    object-fit: cover;
    object-position: center;
}

.preview-actions[b-0lr99hgcp2] {
    justify-content: center;
    padding: 16px;
    background: rgba(255, 255, 255, 0.98);
    gap: 16px;
    border-top: 1px solid #f3f4f6;
}

.action-button[b-0lr99hgcp2] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 10px !important;
}

.action-button:hover[b-0lr99hgcp2] {
    transform: scale(1.12) !important;
}

.zoom-button[b-0lr99hgcp2] {
    background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%) !important;
    color: white !important;
}

.delete-button[b-0lr99hgcp2] {
    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%) !important;
    color: white !important;
}

/* ========================================
   UPLOAD PROMPT SECTION
   ======================================== */

.upload-prompt[b-0lr99hgcp2] {
    text-align: center;
    padding: 32px 24px;
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-label-area[b-0lr99hgcp2] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.upload-label-area:hover[b-0lr99hgcp2] {
    background: rgba(102, 126, 234, 0.05);
}

.file-input[b-0lr99hgcp2] {
    display: none;
}

.upload-content[b-0lr99hgcp2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    pointer-events: none;
}

.cloud-upload-icon[b-0lr99hgcp2] {
    font-size: 52px;
    color: #667eea;
    animation: floatIcon-b-0lr99hgcp2 3s ease-in-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-text[b-0lr99hgcp2] {
    color: #1f2937;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.2px;
    margin: 8px 0 0 0;
}

.file-requirements[b-0lr99hgcp2] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 8px;
    flex-wrap: wrap;
}

.file-requirements[b-0lr99hgcp2]  .mud-chip {
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%) !important;
    color: #4b5563 !important;
    font-weight: 600 !important;
    border: 1px solid #d1d5db !important;
}

.file-requirements[b-0lr99hgcp2]  .mud-chip svg {
    color: #667eea !important;
}

/* ========================================
   ERROR MESSAGE
   ======================================== */

.upload-error[b-0lr99hgcp2] {
    border-radius: 12px;
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%) !important;
    border: 1.5px solid #fca5a5 !important;
    padding: 14px 18px !important;
    animation: slideInUp-b-0lr99hgcp2 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #991b1b !important;
    font-weight: 600;
}

.upload-error[b-0lr99hgcp2]  svg {
    color: #dc2626 !important;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1024px) {
    .modern-upload-card[b-0lr99hgcp2] {
        padding: 24px;
        gap: 20px;
    }

    .upload-icon[b-0lr99hgcp2] {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    .upload-label[b-0lr99hgcp2] {
        font-size: 1rem;
    }

    .upload-area[b-0lr99hgcp2] {
        min-height: 180px;
    }
}

@media (max-width: 768px) {
    .modern-upload-card[b-0lr99hgcp2] {
        padding: 20px;
        gap: 16px;
        border-radius: 16px;
    }

    .upload-card-header[b-0lr99hgcp2] {
        gap: 16px;
    }

    .upload-icon[b-0lr99hgcp2] {
        width: 56px;
        height: 56px;
        border-radius: 12px;
    }

    .upload-label[b-0lr99hgcp2] {
        font-size: 0.95rem;
    }

    .upload-description[b-0lr99hgcp2] {
        font-size: 0.85rem;
    }

    .upload-area[b-0lr99hgcp2] {
        min-height: 160px;
    }

    .upload-content[b-0lr99hgcp2] {
        gap: 12px;
    }

    .cloud-upload-icon[b-0lr99hgcp2] {
        font-size: 44px;
    }

    .upload-text[b-0lr99hgcp2] {
        font-size: 0.95rem;
    }

    .file-requirements[b-0lr99hgcp2] {
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .modern-upload-card[b-0lr99hgcp2] {
        padding: 16px;
        gap: 12px;
        border-radius: 14px;
    }

    .upload-card-header[b-0lr99hgcp2] {
        gap: 12px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .upload-title-row[b-0lr99hgcp2] {
        flex-direction: column;
        width: 100%;
    }

    .upload-icon[b-0lr99hgcp2] {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }

    .upload-label[b-0lr99hgcp2] {
        font-size: 0.9rem;
    }

    .upload-description[b-0lr99hgcp2] {
        font-size: 0.8rem;
    }

    .upload-area[b-0lr99hgcp2] {
        min-height: 140px;
    }

    .upload-prompt[b-0lr99hgcp2] {
        padding: 20px 16px;
    }

    .cloud-upload-icon[b-0lr99hgcp2] {
        font-size: 36px;
    }

    .upload-text[b-0lr99hgcp2] {
        font-size: 0.9rem;
    }

    .file-requirements[b-0lr99hgcp2] {
        gap: 6px;
    }

    .preview-card[b-0lr99hgcp2] {
        max-width: 240px;
    }

    .uploading-state[b-0lr99hgcp2] {
        padding: 24px 16px;
        gap: 16px;
    }

    .status-icon-wrapper[b-0lr99hgcp2] {
        margin-top: 0;
    }
}

/* ========================================
   SUCCESS & COMPLETED STATES
   ======================================== */

.modern-upload-card.completed[b-0lr99hgcp2] {
    border-color: #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.02) 0%, white 100%);
}

.modern-upload-card.completed .upload-icon[b-0lr99hgcp2] {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}

/* ========================================
   PRINT STYLES
   ======================================== */

@media print {
    .modern-upload-card[b-0lr99hgcp2] {
        box-shadow: none;
        border: 1px solid #e5e7eb;
    }
}
/* _content/AnjomanTehran/Components/Pages/User/DocumentUpload.razor.rz.scp.css */
/* ========================================
   NEW MODERN DOCUMENT UPLOAD STYLES
   Fresh, Clean, Card-Based Design
   ======================================== */

:root[b-hxjdmmuz1z] {
    /* Brand Colors - Fresh Palette */
    --primary-color: #2563eb;
    --primary-light: #60a5fa;
    --primary-dark: #1e40af;
    --secondary-color: #8b5cf6;
    --accent-color: #ec4899;
    --success-color: #22c55e;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --info-color: #06b6d4;

    /* Neutral Colors */
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;

    /* Border Radius */
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.75rem;
    --radius-xl: 1rem;
    --radius-2xl: 1.5rem;
    --radius-full: 9999px;

    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);

    /* Transitions */
    --transition-fast: 150ms ease-in-out;
    --transition-base: 250ms ease-in-out;
    --transition-slow: 350ms ease-in-out;
}

*[b-hxjdmmuz1z] {
    box-sizing: border-box;
}

/* ========================================
   MAIN CONTAINER
   ======================================== */

.doc-upload-container[b-hxjdmmuz1z] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.doc-upload-container[b-hxjdmmuz1z]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(139, 92, 246, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(236, 72, 153, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.2) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

/* ========================================
   TOP NAVIGATION BAR
   ======================================== */

.top-nav-bar[b-hxjdmmuz1z] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
    animation: slideDown-b-hxjdmmuz1z 0.5s ease-out;
}

@keyframes slideDown-b-hxjdmmuz1z {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.nav-content[b-hxjdmmuz1z] {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--space-lg) var(--space-xl);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand[b-hxjdmmuz1z] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

.nav-brand-icon[b-hxjdmmuz1z] {
    font-size: 2rem;
    color: var(--primary-color);
    animation: bounce-b-hxjdmmuz1z 2s ease-in-out infinite;
}

@keyframes bounce-b-hxjdmmuz1z {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.nav-brand-text[b-hxjdmmuz1z] {
    font-size: 1.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-progress-info[b-hxjdmmuz1z] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    padding: var(--space-sm) var(--space-lg);
    border-radius: var(--radius-full);
    border: 2px solid rgba(37, 99, 235, 0.2);
}

.progress-circle-wrapper[b-hxjdmmuz1z] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-percentage[b-hxjdmmuz1z] {
    position: absolute;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-color);
}

.progress-label[b-hxjdmmuz1z] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-700);
}

/* ========================================
   CONTENT WRAPPER
   ======================================== */

.content-wrapper[b-hxjdmmuz1z] {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--space-2xl) var(--space-xl);
    position: relative;
    z-index: 1;
}

/* ========================================
   WELCOME BANNER
   ======================================== */

.welcome-banner[b-hxjdmmuz1z] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-2xl);
    padding: var(--space-2xl);
    margin-bottom: var(--space-2xl);
    box-shadow: var(--shadow-xl);
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: var(--space-xl);
    align-items: center;
    position: relative;
    overflow: hidden;
    animation: fadeInUp-b-hxjdmmuz1z 0.6s ease-out;
}

@keyframes fadeInUp-b-hxjdmmuz1z {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.welcome-banner[b-hxjdmmuz1z]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent 30%, rgba(139, 92, 246, 0.05) 50%, transparent 70%);
    animation: shimmer-b-hxjdmmuz1z 3s infinite;
}

@keyframes shimmer-b-hxjdmmuz1z {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.banner-icon-wrapper[b-hxjdmmuz1z] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-xl);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
    position: relative;
    z-index: 1;
}

.banner-main-icon[b-hxjdmmuz1z] {
    font-size: 2.5rem;
    color: white;
}

.banner-text-section[b-hxjdmmuz1z] {
    position: relative;
    z-index: 1;
}

.banner-title[b-hxjdmmuz1z] {
    font-size: 2rem;
    font-weight: 800;
    color: var(--gray-900);
    margin: 0 0 var(--space-sm) 0;
    line-height: 1.2;
}

.banner-description[b-hxjdmmuz1z] {
    font-size: 1rem;
    color: var(--gray-600);
    margin: 0;
    line-height: 1.6;
}

.banner-status-badge[b-hxjdmmuz1z] {
    padding: var(--space-sm) var(--space-lg);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    gap: var(--space-sm);
    font-weight: 700;
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
    transition: all var(--transition-base);
}

.banner-status-badge.status-complete[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(34, 197, 94, 0.25));
    color: #15803d;
    border: 2px solid rgba(34, 197, 94, 0.3);
}

.banner-status-badge.status-progress[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.15), rgba(6, 182, 212, 0.25));
    color: #0e7490;
    border: 2px solid rgba(6, 182, 212, 0.3);
}

.banner-status-badge.status-incomplete[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.25));
    color: #c2410c;
    border: 2px solid rgba(245, 158, 11, 0.3);
}

/* ========================================
   STEP INDICATOR
   ======================================== */

.step-indicator-container[b-hxjdmmuz1z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    padding: var(--space-xl);
    margin-bottom: var(--space-2xl);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: fadeInUp-b-hxjdmmuz1z 0.6s ease-out 0.2s both;
}

.step-item[b-hxjdmmuz1z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-sm);
    flex: 1;
    transition: all var(--transition-base);
}

.step-circle[b-hxjdmmuz1z] {
    width: 60px;
    height: 60px;
    border-radius: var(--radius-full);
    background: var(--gray-100);
    border: 3px solid var(--gray-300);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-400);
    font-size: 1.5rem;
    transition: all var(--transition-base);
}

.step-item.active .step-circle[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-color: var(--primary-color);
    color: white;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
    animation: pulse-b-hxjdmmuz1z 2s ease-in-out infinite;
}

@keyframes pulse-b-hxjdmmuz1z {
    0%, 100% {
        box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
    }
    50% {
        box-shadow: 0 8px 30px rgba(139, 92, 246, 0.6);
    }
}

.step-label[b-hxjdmmuz1z] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-500);
    text-align: center;
    transition: all var(--transition-base);
}

.step-item.active .step-label[b-hxjdmmuz1z] {
    color: var(--primary-color);
    font-weight: 700;
}

.step-divider[b-hxjdmmuz1z] {
    flex: 1;
    height: 3px;
    background: var(--gray-300);
    margin: 0 var(--space-md);
    border-radius: var(--radius-full);
    transition: all var(--transition-base);
    margin-bottom: 30px;
}

.step-divider.active[b-hxjdmmuz1z] {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    box-shadow: 0 2px 10px rgba(139, 92, 246, 0.3);
}

/* ========================================
   DOCUMENTS CATEGORIES
   ======================================== */

.docs-categories[b-hxjdmmuz1z] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2xl);
}

.category-section[b-hxjdmmuz1z] {
    animation: fadeInUp-b-hxjdmmuz1z 0.6s ease-out;
}

.category-header[b-hxjdmmuz1z] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    margin-bottom: var(--space-xl);
    padding: var(--space-lg);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.category-icon[b-hxjdmmuz1z] {
    font-size: 2rem;
    color: var(--primary-color);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    width: 50px;
    height: 50px;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-title[b-hxjdmmuz1z] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--gray-900);
    margin: 0;
}

/* ========================================
   DOCUMENTS GRID
   ======================================== */

.docs-grid[b-hxjdmmuz1z] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-xl);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1200px) {
    .docs-grid[b-hxjdmmuz1z] {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-lg);
    }
}

@media (max-width: 768px) {
    .docs-grid[b-hxjdmmuz1z] {
        grid-template-columns: 1fr;
        gap: var(--space-lg);
    }

    .nav-content[b-hxjdmmuz1z] {
        flex-direction: column;
        gap: var(--space-lg);
        padding: var(--space-lg);
    }

    .nav-brand-text[b-hxjdmmuz1z] {
        font-size: 1.25rem;
    }

    .welcome-banner[b-hxjdmmuz1z] {
        grid-template-columns: 1fr;
        text-align: center;
        padding: var(--space-xl);
    }

    .banner-icon-wrapper[b-hxjdmmuz1z] {
        margin: 0 auto;
    }

    .banner-title[b-hxjdmmuz1z] {
        font-size: 1.5rem;
    }

    .banner-status-badge[b-hxjdmmuz1z] {
        justify-content: center;
    }

    .step-indicator-container[b-hxjdmmuz1z] {
        flex-direction: column;
        padding: var(--space-lg);
    }

    .step-divider[b-hxjdmmuz1z] {
        width: 3px;
        height: 40px;
        margin: var(--space-sm) 0;
    }

    .action-buttons-section[b-hxjdmmuz1z] {
        flex-direction: column-reverse;
    }

    .action-buttons-section[b-hxjdmmuz1z]  .btn-back,
    .action-buttons-section[b-hxjdmmuz1z]  .btn-save {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .content-wrapper[b-hxjdmmuz1z] {
        padding: var(--space-lg) var(--space-md);
    }

    .banner-title[b-hxjdmmuz1z] {
        font-size: 1.25rem;
    }

    .banner-description[b-hxjdmmuz1z] {
        font-size: 0.875rem;
    }

    .category-title[b-hxjdmmuz1z] {
        font-size: 1.25rem;
    }

    .step-circle[b-hxjdmmuz1z] {
        width: 50px;
        height: 50px;
        font-size: 1.25rem;
    }

    .step-label[b-hxjdmmuz1z] {
        font-size: 0.75rem;
    }
}

/* ========================================
   UPLOAD CARD
   ======================================== */

.upload-card[b-hxjdmmuz1z] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    border: 2px solid var(--gray-200);
    overflow: hidden;
    transition: all var(--transition-base);
    position: relative;
}

.upload-card[b-hxjdmmuz1z]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--gray-300), var(--gray-300));
    transition: all var(--transition-base);
}

.upload-card:hover[b-hxjdmmuz1z] {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}

.upload-card:hover[b-hxjdmmuz1z]::before {
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
}

.upload-card.uploaded[b-hxjdmmuz1z] {
    border-color: var(--success-color);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05), rgba(255, 255, 255, 0.98));
}

.upload-card.uploaded[b-hxjdmmuz1z]::before {
    background: linear-gradient(90deg, var(--success-color), #10b981);
}

.card-header-section[b-hxjdmmuz1z] {
    padding: var(--space-lg);
    display: flex;
    align-items: center;
    gap: var(--space-md);
    border-bottom: 1px solid var(--gray-200);
    position: relative;
}

.card-icon[b-hxjdmmuz1z] {
    font-size: 1.75rem;
    color: var(--primary-color);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    width: 45px;
    height: 45px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title[b-hxjdmmuz1z] {
    flex: 1;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gray-900);
}

.check-badge[b-hxjdmmuz1z] {
    color: var(--success-color);
    font-size: 1.5rem;
    animation: scaleIn-b-hxjdmmuz1z 0.3s ease-out;
}

@keyframes scaleIn-b-hxjdmmuz1z {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.card-body[b-hxjdmmuz1z] {
    padding: var(--space-lg);
}

.upload-zone[b-hxjdmmuz1z] {
    border: 2px dashed var(--gray-300);
    border-radius: var(--radius-lg);
    padding: var(--space-2xl) var(--space-lg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--space-md);
    cursor: pointer;
    transition: all var(--transition-base);
    background: var(--gray-50);
    min-height: 350px;
}

.upload-zone:hover[b-hxjdmmuz1z] {
    border-color: var(--primary-color);
    background: rgba(37, 99, 235, 0.05);
    transform: scale(1.02);
}

.upload-icon[b-hxjdmmuz1z] {
    font-size: 3rem;
    color: var(--gray-400);
    transition: all var(--transition-base);
}

.upload-zone:hover .upload-icon[b-hxjdmmuz1z] {
    color: var(--primary-color);
    transform: translateY(-5px);
}

.upload-text[b-hxjdmmuz1z] {
    font-size: 0.875rem;
    color: var(--gray-600);
    font-weight: 500;
    text-align: center;
}

.card-footer[b-hxjdmmuz1z] {
    padding: var(--space-md) var(--space-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-sm);
    font-size: 0.875rem;
    font-weight: 600;
    border-top: 1px solid var(--gray-200);
}

.card-footer.success[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.05));
    color: #15803d;
}

/* ========================================
   INFO BOX
   ======================================== */

.info-box[b-hxjdmmuz1z] {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: var(--space-2xl);
    overflow: hidden;
    animation: fadeInUp-b-hxjdmmuz1z 0.6s ease-out 0.4s both;
}

.info-box-header[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    padding: var(--space-lg) var(--space-xl);
    display: flex;
    align-items: center;
    gap: var(--space-md);
    border-bottom: 1px solid var(--gray-200);
}

.info-icon[b-hxjdmmuz1z] {
    font-size: 1.5rem;
    color: var(--primary-color);
}

.info-title[b-hxjdmmuz1z] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gray-900);
}

.info-box-body[b-hxjdmmuz1z] {
    padding: var(--space-xl);
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
}

.info-item[b-hxjdmmuz1z] {
    display: flex;
    align-items: center;
    gap: var(--space-md);
    font-size: 0.875rem;
    color: var(--gray-700);
    transition: all var(--transition-fast);
    padding: var(--space-sm);
    border-radius: var(--radius-md);
}

.info-item:hover[b-hxjdmmuz1z] {
    background: var(--gray-50);
    transform: translateX(5px);
}

.info-item .bullet[b-hxjdmmuz1z] {
    color: var(--primary-color);
    font-size: 0.5rem;
}

.info-item strong[b-hxjdmmuz1z] {
    font-weight: 700;
    color: var(--gray-900);
}

/* ========================================
   ACTION BUTTONS
   ======================================== */

.action-buttons-section[b-hxjdmmuz1z] {
    margin-top: var(--space-2xl);
    padding: var(--space-xl);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    display: flex;
    justify-content: flex-end;
    gap: var(--space-lg);
    border: 1px solid rgba(255, 255, 255, 0.5);
    animation: fadeInUp-b-hxjdmmuz1z 0.6s ease-out 0.5s both;
}

.action-buttons-section[b-hxjdmmuz1z]  .btn-back {
    border-radius: var(--radius-lg) !important;
    padding: 0.75rem 2rem !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    border: 2px solid var(--gray-300) !important;
    color: var(--gray-700) !important;
    transition: all var(--transition-base) !important;
}

.action-buttons-section[b-hxjdmmuz1z]  .btn-back:hover:not(:disabled) {
    border-color: var(--gray-400) !important;
    background: var(--gray-100) !important;
    transform: translateY(-2px) !important;
}

.action-buttons-section[b-hxjdmmuz1z]  .btn-save {
    border-radius: var(--radius-lg) !important;
    padding: 0.75rem 2.5rem !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) !important;
    border: none !important;
    color: white !important;
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.3) !important;
    transition: all var(--transition-base) !important;
    position: relative;
    overflow: hidden;
}

.action-buttons-section[b-hxjdmmuz1z]  .btn-save::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease-out, height 0.6s ease-out;
}

.action-buttons-section[b-hxjdmmuz1z]  .btn-save:hover:not(:disabled)::before {
    width: 300px;
    height: 300px;
}

.action-buttons-section[b-hxjdmmuz1z]  .btn-save:hover:not(:disabled) {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 35px rgba(139, 92, 246, 0.4) !important;
}

.action-buttons-section[b-hxjdmmuz1z]  .btn-save:disabled {
    background: var(--gray-300) !important;
    color: var(--gray-500) !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

/* ========================================
   CUSTOM MUDFILEUPLOAD STYLES
   Matching DocumentImageUpload Design
   ======================================== */

/* Hide default MudFileUpload styling */
.custom-file-upload-wrapper[b-hxjdmmuz1z]  .mud-file-upload {
    width: 100%;
}

.custom-file-upload-wrapper[b-hxjdmmuz1z]  .mud-file-upload > * {
    width: 100%;
}

/* Modern Upload Card Styling */
.custom-file-upload-wrapper .modern-upload-card[b-hxjdmmuz1z] {
    background: white;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2.5px solid #e5e7eb;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
    animation: fadeInScale-b-hxjdmmuz1z 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.custom-file-upload-wrapper .modern-upload-card:hover[b-hxjdmmuz1z] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: #d1d5db;
}

.custom-file-upload-wrapper .modern-upload-card.completed[b-hxjdmmuz1z] {
    border-color: #10b981;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.02) 0%, white 100%);
}

.custom-file-upload-wrapper .modern-upload-card.required[b-hxjdmmuz1z] {
    border-color: #fbbf24;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.01) 0%, white 100%);
}

@keyframes fadeInScale-b-hxjdmmuz1z {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Card Header */
.custom-file-upload-wrapper .upload-card-header[b-hxjdmmuz1z] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
}

/* Icon with Gradient */
.custom-file-upload-wrapper .upload-icon[b-hxjdmmuz1z] {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    font-size: 36px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-file-upload-wrapper .upload-icon:hover[b-hxjdmmuz1z] {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

/* Gradient Classes */
.custom-file-upload-wrapper .gradient-cyan[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%) !important;
}

.custom-file-upload-wrapper .gradient-blue[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.custom-file-upload-wrapper .gradient-purple[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, #a78bfa 0%, #d946ef 100%) !important;
}

.custom-file-upload-wrapper .gradient-indigo[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
}

.custom-file-upload-wrapper .gradient-violet[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, #8b5cf6 0%, #d946ef 100%) !important;
}

.custom-file-upload-wrapper .gradient-green[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%) !important;
}

.custom-file-upload-wrapper .gradient-orange[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, #f97316 0%, #fb923c 100%) !important;
}

.custom-file-upload-wrapper .gradient-red[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%) !important;
}

/* Info Section */
.custom-file-upload-wrapper .upload-info-section[b-hxjdmmuz1z] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.custom-file-upload-wrapper .upload-title-row[b-hxjdmmuz1z] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.custom-file-upload-wrapper .upload-label[b-hxjdmmuz1z] {
    font-weight: 800;
    color: #1f2937;
    font-size: 1.05rem;
    letter-spacing: -0.3px;
    margin: 0;
}

.custom-file-upload-wrapper .upload-description[b-hxjdmmuz1z] {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}

/* Required Badge */
.custom-file-upload-wrapper .required-badge-wrapper[b-hxjdmmuz1z] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}

.custom-file-upload-wrapper .required-chip[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%) !important;
    color: #92400e !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 4px 12px !important;
    font-size: 0.75rem !important;
}

/* Status Icon */
.custom-file-upload-wrapper .status-icon-wrapper[b-hxjdmmuz1z] {
    display: flex;
    align-items: center;
}

.custom-file-upload-wrapper .status-icon-container[b-hxjdmmuz1z] {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    animation: pulse-b-hxjdmmuz1z 2s ease-in-out infinite;
}

@keyframes pulse-b-hxjdmmuz1z {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* Upload Area */
.custom-file-upload-wrapper .upload-area[b-hxjdmmuz1z] {
    min-height: 200px;
    border: 2.5px dashed #d1d5db;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);
}

.custom-file-upload-wrapper .modern-upload-card:hover .upload-area[b-hxjdmmuz1z] {
    border-color: #3b82f6;
    background: linear-gradient(135deg, #eff6ff 0%, #fafafa 100%);
}

/* Upload Prompt */
.custom-file-upload-wrapper .upload-prompt[b-hxjdmmuz1z] {
    text-align: center;
    padding: 32px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-file-upload-wrapper .upload-content[b-hxjdmmuz1z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.custom-file-upload-wrapper .cloud-upload-icon[b-hxjdmmuz1z] {
    font-size: 52px;
    color: #667eea;
    animation: floatIcon-b-hxjdmmuz1z 3s ease-in-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes floatIcon-b-hxjdmmuz1z {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

.custom-file-upload-wrapper .upload-text[b-hxjdmmuz1z] {
    color: #1f2937;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: -0.2px;
    margin: 8px 0 0 0;
}

.custom-file-upload-wrapper .file-requirements[b-hxjdmmuz1z] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 8px;
    flex-wrap: wrap;
}

/* Image Preview */
.custom-file-upload-wrapper .image-preview[b-hxjdmmuz1z] {
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: center;
    animation: fadeInScale-b-hxjdmmuz1z 0.3s ease-out;
}

.custom-file-upload-wrapper .preview-card[b-hxjdmmuz1z] {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-width: 280px;
    width: 100%;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.custom-file-upload-wrapper .preview-card:hover[b-hxjdmmuz1z] {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

.custom-file-upload-wrapper .preview-image[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
    object-fit: cover;
    object-position: center;
}

.custom-file-upload-wrapper .preview-actions[b-hxjdmmuz1z] {
    justify-content: center;
    padding: 16px;
    background: rgba(255, 255, 255, 0.98);
    gap: 16px;
    border-top: 1px solid #f3f4f6;
}

.custom-file-upload-wrapper .action-button[b-hxjdmmuz1z] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border-radius: 10px !important;
}

.custom-file-upload-wrapper .action-button:hover[b-hxjdmmuz1z] {
    transform: scale(1.12) !important;
}

.custom-file-upload-wrapper .zoom-button[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%) !important;
    color: white !important;
}

.custom-file-upload-wrapper .delete-button[b-hxjdmmuz1z] {
    background: linear-gradient(135deg, #ef4444 0%, #f87171 100%) !important;
    color: white !important;
}

/* Responsive Design for MudFileUpload */
@media (max-width: 768px) {
    .custom-file-upload-wrapper .modern-upload-card[b-hxjdmmuz1z] {
        padding: 20px;
        gap: 16px;
    }

    .custom-file-upload-wrapper .upload-icon[b-hxjdmmuz1z] {
        width: 56px;
        height: 56px;
        font-size: 28px;
    }

    .custom-file-upload-wrapper .upload-label[b-hxjdmmuz1z] {
        font-size: 0.95rem;
    }

    .custom-file-upload-wrapper .upload-description[b-hxjdmmuz1z] {
        font-size: 0.85rem;
    }

    .custom-file-upload-wrapper .cloud-upload-icon[b-hxjdmmuz1z] {
        font-size: 44px;
    }
}
