:root {
    --chipPosStart: "0.799 1.023 -0.696";
    --chipPosEnd: "0.055 1.256 -0.76";
}

#interface {
    background-color: white;
    color: #5c068c;
    width: 710px;
    height: 460px;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
}
#interface > div {
display: none;
}
#interface > div.active {
display: block;
}

#interface h1 {
font-size: 30px;
}

#interface nav {
    background-color: #5c068c;
    color: white;
    position: relative;
    z-index: 1;
}

#interface p {
    font-size: 30px;
    height: 40px;
    color: #5c068c;
}

#interface button {
background-color: #5c068c;
color: white;
font-size: 40px;
height: 50px
}
#interface button:hover {
    background-color: gray;
}
#interface button.cancel {
    background-color: #6f4a8b;
}

#interface .initialScreenOverlay{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: white;
    height: 100%;
    width: 100%;
}
#interface .initialScreenOverlay:hover{
    background-color: gray;;
}

#interface .container{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#interface .containerCol{
    height: 350px;
    padding:10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#synthesis p {
    margin:10px;
}

#synthesis button {
    margin:10px;
    color: #5c068c;
    background-color: white;
    z-index: 1000000;
}

#synthesis .card {
    background-color: #5c068c;
    color: white;
    border: 2px solid white;
    width: 70%;
    height: 190px;
    border-radius: 1rem;
    position: relative;
    z-index: 1;
}

#synthesis .card-body {
    border-bottom: 2px solid white;
}

#synthesis .card-timer {
    background-color: white;
    color: #5c068c;
    border: 2px solid white;
    width: 70%;
    border-radius: 1rem;
    margin: 40px;
    position: relative;
    z-index: 1;
}

#synthesis .loading-overlay {
    display: block;
    z-index: 0;
    position: fixed;
    width: 100%;
    height: 0%;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5c068c;
    -webkit-transition: top 1s;
    transition: top 1s;
}
/*#interface button.continue {
background-color: gray;
}
#interface button.cancel {
background-color: lightgray;
}*/

#enterDNA .dnaBtn {
width: 60px;
height: 60px;
}

#enterDNA #start {
width: 150px;
height: 60px;
}

/* seliqui */
body {
    position: relative;
    background: #000000 !important;
}

.toggle-border {
    width: 45px;
    border: 3px solid white;
    border-radius: 2px;
}

.toggle-line {
    width: 35px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
}

.a-loader-title {
    width: 100%;
    height: 100vh !important;
    display: block;

    background: #000000 url(/images/logo-loading.svg) no-repeat center / 400px auto !important;

    position: absolute;
    top: 0px;
    left: 0px;

    padding: 0px;
    margin: 0px;

    font-size: 0px;
    text-indent: -50000em;
}
