.flutter-loader {
    display: none;
    background-color: #7360F2;
}

body {
    overflow: hidden;
    position: fixed;
    inset: 0px;
    padding: 0px;
    margin: 0px;
}

.splash-parent {
    background-color: #7360F2;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    display: block;
}

.splash {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 128px;
    height: 128px;
}

.splash-svg {
    width: 128px;
    height: 128px;
}