/* Copyright (c) 2023 POTI Inc. All rights reserved. */

@font-face {
    font-family: mono;
    src: url(DroidSansMono.woff);
}

#front{
	position: relative;
}
div.tool.prime {
    background: radial-gradient(circle, rgba(11,15,121,1) 0%, rgba(25,40,87,1) 57%);
}
#header {
    height: 30vw;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#header img{
	margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    height: 90%;
}

div.tool.ancil {
    color: rgb(0, 0, 64);
    border: 0.1em solid linear-gradient(336deg, rgba(56,26,93,1) 0%, rgba(53,74,140,1) 55%, rgba(121,3,69,1) 100%);;
}

#moapp input, #moapp select, #moapp textarea {
    border: 1px solid linear-gradient(336deg, rgba(28,25,71,1) 0%, rgba(53,74,140,1) 49%, rgba(88,165,185,1) 100%);
}

#moapp div.consent span.check {
    font-size: 85%;
    border: 0.1em solid radial-gradient(circle, rgba(62,21,113,1) 0%, rgba(25,40,87,1) 55%);;
}

#moapp div.consent span.check.checked {
    background-color: radial-gradient(circle, rgba(62,21,113,1) 0%, rgba(25,40,87,1) 55%);;
}

#footer {
    margin-top: 1px;
    padding: 1em 0;
    text-align: center;
    font-size: 90%;
    color: rgba(255, 255, 255,1);
    background: radial-gradient(circle, rgba(11,15,121,1) 0%, rgba(25,40,87,1) 57%);
}
a.address img {
    height: 1.3em;
    vertical-align: middle;
    background-color: radial-gradient(circle, rgba(11,15,121,1) 0%, rgba(25,40,87,1) 57%);
    border-radius: 50%;
}

body {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    font-family: sans-serif;
    color: #303030;
    box-shadow: 0 0 20px linear-gradient(336deg, rgba(56,26,93,1) 0%, rgba(53,74,140,1) 55%, rgba(121,3,69,1) 100%);
    background-color: white;
    overflow: auto;
}

html {
    height: 100%;
    text-size-adjust: none;
    background: linear-gradient(180deg, rgba(29,30,47,1) 0%, rgba(25,40,87,1) 48%, rgba(0,6,23,1) 100%);
}