﻿/*Application Wide Styles*/

body {
    padding-top: 3rem;
    position: relative;
    height: 100vh;
    margin: 0;
}

ai-dialog-container ai-dialog{
    max-width: 75vw;
}


.splash {
    margin: 0 auto;
    font-family: sans-serif;
}
.splash .message {
    text-align: center;
    font-size: x-large;
}
.splash object{
    width: 6rem;
}

svg .icon-part-empty {
    fill: transparent;
}


