
@import url('https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Sora:wght@100..800&display=swap');


:root {

    font-family:'Sora';
    --material: material-symbols-outlined;
}


legend.Entra span {
    font-weight: 700;
}

section.hero p {
    color: rgba(255, 255, 255, .7);
    filter: drop-shadow(2px 4px 6px black);

}



fieldset.complete p {
    font-size: clamp(12px,2vw,16px);
    font-weight: 400;
    margin: 0;
    padding: 2px;
}

    fieldset.complete p:first-of-type {
        font-weight: 600;
    }


ol li {
    padding: 10px;
    font-size: 16px;
}

fieldset.error p {
    font-weight: 700;
}


fieldset.error {
    border-color: orangered !important;
    max-width: 600px;
}

section.welcome.rationale.azure fieldset {
    border: 10px outset rgb(0, 120, 212);
}

section.welcome.rationale.azure a span {
    color: black;
    padding-right: 5px;

}

section.welcome.rationale.azure a {
    font-size:18px;
}


section.welcome.rationale.azure ul {
    list-style-type: none;
    padding:0px;
    padding-left:10px;
}

section.welcome.rationale.azure h4 {
    margin-bottom:0px;

}

    section.welcome.rationale.azure h4 span {
        padding-right:2px;
    }


section.welcome.rationale.azure ul li span {
    padding:2px;
}


section.welcome.rationale.azure ul li {
    font-weight: 400;
    text-align: left;
}

    section.welcome.rationale.azure ul li b {
        padding-right:5px;
    }


legend.ms {
    grid-template-columns: repeat(1, 1fr) !important;
    font-size: 20px;
    font-weight: 600;
   
}

section.welcome.rationale ol {
    max-width:600px;
}

section.welcome.rationale li {
    padding: 5px;
    font-weight: 700;
    text-align:justify;
}

section.welcome.rationale.azure p {
    margin: 0;
    padding: 2px;
}


section.welcome.rationale.azure fieldset {
   /* max-width: 50%;*/
    background: linear-gradient(0deg, whitesmoke, transparent);
    padding:20px !important;
    max-width:800px !important;
}

a.marketplace {
    padding: 2px;
}





button.activate {
    background: rgb(0, 120, 212);
    padding: 15px 40px;
    max-width: 150px;
    color: white;
    font-size: 16px;
    font-weight: 300;
    border: 5px solid white;
    border-radius: 10px;
   text-rendering: optimizeLegibility;
   font-size: 16px;
    line-height: 12px;
    letter-spacing: .5pt;
    cursor:pointer;
    transition:all 500ms ease;
    
}

button.activate:hover {
 background: rgb(0, 120, 255);
   
}

button.activate:active {
    transform:scale(.95);
  
}


.data {
    font-size: 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, auto));
    grid-template-rows: auto;
    gap: 2px 10px;
    align-items: start;
    justify-content: left;
    font-weight: 500;
    min-height:100px;
    margin-bottom:20px;
    text-transform:lowercase;
}


section.who legend {
    padding-bottom: 0px;
    padding-top: 0px;
}

section.who {
    padding-top:25px;
    display: grid;
    grid-template-rows: auto;
    gap: 25px;
    justify-content: center;
}


.user_auth {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width:50%;
    height: 100%;
    justify-items: end;
    align-items: center;
}

.user {
    color: rgba(255, 255, 255, .7);
}


.welcome legend {
    padding-bottom:0px;
    padding-top:0px;
    padding-right:15px;
    display: grid;
    grid-template-columns: 75px 50px;
    min-height:40px;
    align-items:center;
    gap:10px;
}

section.welcome.rationale h2 {
    padding-bottom: 25px;
}

.entra_logo {
    background: url(/Microsoft_entra.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    background-position: center center;
}

.rationale {
    transform:scale(.85);
}

section.welcome.rationale fieldset {
    border: 5px solid rgba(0,120,212);
    border-radius:10px;
    padding:40px;
    margin-top: 25px;
    margin-top: 25px;
    max-width:600px;
    font-size:16px;

}


section.who fieldset {
    border: 10px outset rgb(0, 120, 212);
    padding: 30px;
    border-radius: 10px;
}


section.welcome.rationale {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 25px;
    background: white;
    font-weight:500;
    color: black;
    padding-bottom:50px;
    padding-top:50px;
   filter: drop-shadow(10px 10px 10px rgb(0, 90, 158));

}

section.welcome h2 {
    margin-bottom: 0px !important;
    padding: 0px;
}

section.welcome p {
   font-size:16px;
   margin:0;
   margin-top:10px;
}


.pulse {
  animation: pulse-animation 3s infinite;
}

.node p {
    font-size: clamp(15px, 1.5vw, 20px);
}


@keyframes pulse-animation {
 0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 255, 0.3);
}
100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
}
}

.node button:has(span) {
    background: white;
}

.node span {
    font-size: 50px !important;
    color:black;
}


.rationale {
    font-size: clamp(12px, 1vw, 15px) !important;
}

.rationale h2 {
        margin:0px;
        padding:20px
 }


svg.chain circle {
    animation:lines linear 20s infinite;
    stroke-dasharray:15;
    stroke-linecap:round;
}

svg.chain line {
    animation:lines linear 20s infinite;
   /* stroke:white;*/
  
   
}
@keyframes lines {
    0% {
        stroke-dashoffset:100%;
    }
    100% {
         stroke-dashoffset:0%;
    }
}



.node {
    display:grid;
    grid-template-rows:auto;
    gap:10px;
    text-align:center;
    justify-content:center;
    font-weight:600;
    font-size:20px;
    
    
}

.node p {
    background: white;
    filter: drop-shadow(2px 4px 6px white);
    z-index: 10;
}

circle {
    stroke-dasharray: 7px !important;
    filter: drop-shadow(2px 4px 6px blue);
}

.node button {
   transform-style: preserve-3d;
    transition: transform 500ms ease;
    -webkit-font-smoothing:antialiased;
   text-rendering:optimizeLegibility;
}

.node button {
    font-size: clamp(18px, 1vw, 22px);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: black;
    background: black;
    font-weight: 500 !important;
    border: 10px solid white;
    color: white;

}

.node button:hover {
 transform: scale3d(1.03,1.03,1.03);
}



  section.hero:after {
   display: block;
    position: absolute;
    content: "";
    width: 200px;
    height: 80px;
    bottom: 0px;
    background-image: url(/F9Analytics_Mono.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: hard-light;
    right: 10px;
}


/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #005a9e; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #005a9e; 
}



.top::before {
    background-image: url('/ms.png');
    background-repeat:no-repeat;
    background-size:contain;
    display: block;
    width: 100px;
    height: 30px;
    content:"";
    position:absolute;
    left:15px;
    margin-top:10px;
    align-items:center;
}


section.hero > * {
    margin: 0px;
}


legend {
    font-family: 'Sora';
    font-weight: 500;
    font-size: 18px;
    padding: 30px;
}


section.how {
    display: grid;
    gap: 10px;
    padding: 0px 25px 0px 25px;
}

section.what {
    display: grid;
    gap: 10px;
    padding: 0px 25px 0px 25px;
}



.hero p {
    padding:25px;
    display: block;
    max-width:1000px;
    margin:0 auto;
    color: #0078d4;
    font-size:clamp(15px,2vw,1.5em) !important;
}

html, body {
    margin: 0;
    height: 100%;
    width: 100%;
    overflow:hidden;
     -webkit-font-smoothing: antialiased;    
  -moz-osx-font-smoothing: grayscale;    
  text-rendering: optimizeLegibility;   
}

div#app {
    height: inherit;
    width: inherit;
    overflow:hidden;
}

.console {
    height: Calc(100vh - 140px);
    overflow-y:auto;
    padding-bottom:20px;
    overflow-x:hidden;
}

.window {
  display: grid;
    grid-template-rows: auto;
    grid-template-columns: 0px 1fr 0px;
    gap: 5px 5px;
    overflow:hidden;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px 10px;
}

.bottom {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background:black;
    color:rgb(255,255,255,.7);
    white-space:nowrap;
    font-size:13px;
    position:sticky;
    margin-bottom:0px;
    height:50px;
    align-content:center;
    text-align:center;
    text-transform:uppercase;

}

.card {
    display: grid;
    padding: 20px;
    filter: drop-shadow(2px 4px 6px black);
    background: white;
    
}



section.hero h2 {
    font-family: 'Sora';
    font-weight: 400;
    font-size: clamp(20px,2vw,2em);
}


section.why {
    display: grid;
    gap: 10px;
    padding: 0px 25px 0px 25px;
}

section.process {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, auto));
    justify-items: center;
    padding-top: 50px;
   /* padding-bottom: 25px;*/
    gap: 25px;
    perspective:1500px;
    perspective-origin:top;
}

section.process button {
    width: 150px;
    height: 150px;
    filter: drop-shadow(2px 4px 6px rgb(0, 120, 212));
    border-radius:100%;
    cursor:pointer;
    margin:0 auto;
    
}

    section.process button:active {
        transform:scale3d(1,1,-3);
    }




.hero {
  /* background: white;*/
      justify-content: center;
    align-content: center;
    color: white;
    text-align: center;
  /*  padding: 80px 20px;*/
    display: grid;
    justify-content: center;
    position:relative;
    min-height:350px;
}

    .hero:before {
        content:"";
        background: url(/bg.png) center top white;
        background-image: url(/bg.png);
        background-position: center top;
        background-blend-mode: normal;
        width:100%;
        height:100%;
        position:absolute;
        z-index:-1;

    }



.auth a {
    color: #0078d4;
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 5px;
    text-decoration: none !important;
    transition:color 500ms ease;
    max-width: 100px;
    cursor:pointer;
}
.auth a:hover {
    color:white;
}

.me {
   
    width: 100%;
    color:rgba(255,255,255);
}


.top.auth {
    background: black;
    display: grid;
    justify-content: end;
    grid-template-columns: 0px 1fr 0px;
    align-items:center;
    justify-items: end;
    gap:15px;
    height:50px;
    filter: drop-shadow(2px 4px 6px black);
}

.header {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
   /* background: black;*/
    color: white;
    align-items: center;
    /*padding: 10px 0px 0px 10px;*/
    gap: 10px;
    /*border-radius: 10px;*/
}

.top-row.px-4.auth {
    background: black;
}



.header h2 {
    white-space: nowrap;
}

html, body {
    font-family: 'Sora', sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    inset: 20vh 0 auto 0;
    margin: 0 auto 0 auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}