/* _content/MogaPatientFileFinder.Web/Views/Account/Login.cshtml.rz.scp.css */

.login-container[b-nv2nfmtir4] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 50px;
    width: 100%;
    max-width: 500px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.logo-section[b-nv2nfmtir4] {
    margin-bottom: 40px;
}

.logo[b-nv2nfmtir4] {
    width: 80px;
    height: 80px;
    background: var(--navy-1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 20px var(--navy-1-shadow);
}

    .logo svg[b-nv2nfmtir4] {
        width: 40px;
        height: 40px;
        fill: white;
    }

.app-title[b-nv2nfmtir4] {
    color: #2c3e50;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.app-subtitle[b-nv2nfmtir4] {
    color: #7f8c8d;
    font-size: 16px;
    margin-bottom: 5px;
}

.security-badge[b-nv2nfmtir4] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8f5e8;
    color: #27ae60;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.info-section[b-nv2nfmtir4] {
    margin: 40px 0;
    text-align: left;
}

.info-title[b-nv2nfmtir4] {
    color: #2c3e50;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.info-list[b-nv2nfmtir4] {
    list-style: none;
    padding: 0;
}

    .info-list li[b-nv2nfmtir4] {
        padding: 12px 0;
        color: #34495e;
        font-size: 15px;
        border-bottom: 1px solid #ecf0f1;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .info-list li:last-child[b-nv2nfmtir4] {
            border-bottom: none;
        }

.info-icon[b-nv2nfmtir4] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

    .info-icon.check[b-nv2nfmtir4] {
        fill: #27ae60;
    }

    .info-icon.shield[b-nv2nfmtir4] {
        fill: #3498db;
    }

    .info-icon.file[b-nv2nfmtir4] {
        fill: #e67e22;
    }

    .info-icon.search[b-nv2nfmtir4] {
        fill: #9b59b6;
    }

.login-section[b-nv2nfmtir4] {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ecf0f1;
}

.login-description[b-nv2nfmtir4] {
    color: #7f8c8d;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.microsoft-login-btn[b-nv2nfmtir4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--lavender-1);
    color: var(--navy-1);
    border: none;
    padding: 1.125rem 2.375rem;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    width: 100%;
    box-shadow: 0 4px 12px var(--lavender-1-shadow);
    border-radius: 9999px;
}

    .microsoft-login-btn:hover[b-nv2nfmtir4] {
        background: var(--lavender-1);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px var(--lavender-1-shadow-hover);
    }

    .microsoft-login-btn:active[b-nv2nfmtir4] {
        transform: translateY(0);
    }

.microsoft-icon[b-nv2nfmtir4] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.footer-note[b-nv2nfmtir4] {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ecf0f1;
    color: #95a5a6;
    font-size: 12px;
    line-height: 1.4;
}

.pulse[b-nv2nfmtir4] {
    animation: pulse-b-nv2nfmtir4 2s infinite;
}

@keyframes pulse-b-nv2nfmtir4 {
    0% {
        box-shadow: 0 10px 20px rgba(39, 51, 74, 0.3);
    }

    50% {
        box-shadow: 0 10px 20px rgba(39, 51, 74, 0.7);
    }

    100% {
        box-shadow: 0 10px 20px rgba(39, 51, 74, 0.3);
    }
}

@media (max-width: 600px) {
    .login-container[b-nv2nfmtir4] {
        padding: 30px 25px;
    }

    .app-title[b-nv2nfmtir4] {
        font-size: 24px;
    }

    .info-list li[b-nv2nfmtir4] {
        font-size: 14px;
    }
}
/* _content/MogaPatientFileFinder.Web/Views/Home/Search.cshtml.rz.scp.css */
 
.card[b-hpko29tdqq] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.header[b-hpko29tdqq] {
    text-align: center;
    margin-bottom: 30px;
}

    .header h1[b-hpko29tdqq] {
        color: #2c3e50;
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .header .subtitle[b-hpko29tdqq] {
        color: #7f8c8d;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

.auth-status[b-hpko29tdqq] {
    background: #e8f5e8;
    border: 1px solid #27ae60;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
    color: #27ae60;
    font-weight: 500;
}

[b-hpko29tdqq] .form-group {
    margin-bottom: 20px;
}

    [b-hpko29tdqq] .form-group label {
        display: block;
        margin-bottom: 8px;
        color: #34495e;
        font-weight: 500;
        font-size: 14px;
    }

    [b-hpko29tdqq] .form-group input {
        width: 100%;
        padding: 12px 16px;
        border: 2px solid #e0e6ed;
        border-radius: 10px;
        font-size: 16px;
        transition: all 0.3s ease;
        background: white;
    }

        [b-hpko29tdqq] .form-group input:focus {
            outline: none;
            border-color: #3498db;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
        }

[b-hpko29tdqq] .search-btn {
    width: 100%;
    padding: 1.125rem 2.375rem;
    background: var(--lavender-1);
    color: var(--navy-1);
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    border-radius: var(--btn-radius);
}

    [b-hpko29tdqq] .search-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px var(--lavender-1-shadow-hover);
    }

    [b-hpko29tdqq] .search-btn:disabled {
        background: #95a5a6;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

.results-section[b-hpko29tdqq] {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ecf0f1;
}

.results-header[b-hpko29tdqq] {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.loading[b-hpko29tdqq] {
    text-align: center;
    color: #3498db;
    padding: 20px;
}

.spinner[b-hpko29tdqq] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin-b-hpko29tdqq 1s linear infinite;
    margin-right: 10px;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.no-results[b-hpko29tdqq] {
    text-align: center;
    color: #95a5a6;
    padding: 40px 20px;
    font-size: 16px;
}
 
/* _content/MogaPatientFileFinder.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
body[b-d3n4thm1cn] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: var(--beige-1);
    min-height: 100vh;
    padding: 20px;
}
a.navbar-brand[b-d3n4thm1cn] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-d3n4thm1cn] {
  color: #0077cc;
}

.btn-primary[b-d3n4thm1cn] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-d3n4thm1cn], .nav-pills .show > .nav-link[b-d3n4thm1cn] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-d3n4thm1cn] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-d3n4thm1cn] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-d3n4thm1cn] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-d3n4thm1cn] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-d3n4thm1cn] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background: var(--navy-1);
    text-align: center;
    color: var(--white);
    border-top: 1px double var(--bs-border-color);
}

.navbar[b-d3n4thm1cn] {
    background: var(--navy-1);
}
.navbar-toggler[b-d3n4thm1cn] {
    color: var(--white);
    border-color: rgba(255, 255, 255, .1);
}
.navbar-brand[b-d3n4thm1cn] {
    color: var(--white);
}

.navbar-toggler-icon[b-d3n4thm1cn] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
