@import 'AdminTheme/Maham.UI.Blazor.Panel.RadzenAdmin.l708g6vd2c.bundle.scp.css';
@import 'UIComponent/Maham.Ticketing.UIComponents.yw22nif44r.bundle.scp.css';
@import '_content/Maham.Blazor.UI.Auth/Maham.Blazor.UI.Auth.ngwg5x5s7l.bundle.scp.css';
@import '_content/Maham.UI.Blazor.DatePicker/Maham.UI.Blazor.DatePicker.1xgy5a9son.bundle.scp.css';
@import '_content/Maham.UI.Blazor.FileManager/Maham.UI.Blazor.FileManager.qzuxa6wp6f.bundle.scp.css';
@import '_content/Maham.UI.Blazor.FileUploader/Maham.UI.Blazor.FileUploader.4pq0ly5q4y.bundle.scp.css';
@import '_content/Maham.UI.Blazor.ImageViewer/Maham.UI.Blazor.ImageViewer.ia5fib1usz.bundle.scp.css';
@import '_content/Maham.UI.Blazor.RadzenForm/Maham.UI.Blazor.RadzenForm.y1on28ttoq.bundle.scp.css';
@import '_content/Maham.UI.Blazor.Tree/Maham.UI.Blazor.Tree.1g3yitt6in.bundle.scp.css';
@import '_content/Maham.UI.FormGenerator/Maham.UI.FormGenerator.4fq13aigpe.bundle.scp.css';
@import '_content/Maham.UI.FormInputs/Maham.UI.FormInputs.f4kcw9vr7k.bundle.scp.css';
@import '_content/Maham.UI.FormViewGenerator/Maham.UI.FormViewGenerator.1ex1u45s6f.bundle.scp.css';
@import '_content/Maham.UI.ThemeProvider/Maham.UI.ThemeProvider.ghjgi89vqa.bundle.scp.css';

/* /Shared/_AuthLayout.razor.rz.scp.css */

.BodyLayout[b-ivyxyrt8bh] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    background-size: cover;
    text-align: center;
}

.AppInfoCn[b-ivyxyrt8bh] {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.AppAvatar[b-ivyxyrt8bh] {
    margin-top: 3vh;
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    border: 5px white solid;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
    transform: translateY(0px);
    animation: float 6s ease-in-out infinite;
    display: flex;
    padding: 20px;
    backdrop-filter: blur(10px);
}

    .AppAvatar img[b-ivyxyrt8bh] {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

.AppTitle[b-ivyxyrt8bh] {
    margin-top: 3vh;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    /*    color: var(--mud-palette-primary);
   text-shadow: 0 -1px 0 #fff, 0 6px 8px rgb(255 255 255 / 40%), 0 9px 10px rgb(255 255 255 / 15%), 0 16px 10px rgb(255 255 255 / 18%), 0 4px 4px rgb(255 255 255 / 21%);
*/ color: white;
    text-shadow: 0 -1px 0 #000, 0 6px 8px rgb(0 0 0 / 40%), 0 9px 10px rgb(0 0 0 / 15%), 0 16px 10px rgb(0 0 0 / 18%), 0 4px 4px rgb(0 0 0 / 21%);
}

@media (max-width: 768px) {
    .AppAvatar[b-ivyxyrt8bh] {
        width: 100px;
        height: 100px;
        padding: 10px;
        border-width: 3px;
    }

    .AppTitle[b-ivyxyrt8bh] {
        font-size: 1.2em;
    }
}
