
#askStringUI {
    position: absolute;
    z-index: 300;
    width: 80vw;
    height: 26vh;
    left: 10vw;
    top: 200vh;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 2rem;
    line-height: 1.4em;
    background-image: none;
    background-color: transparent;
    transition: top 0.2s;
}

#askEnumUI{
    position: absolute;
    z-index: 300;
    width: 50%;
    left: 25%;
    top: 200vh;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 2rem;
    line-height: 1.4em;
    background-image: none;
    background-color: transparent;
    transition: top 0.2s;
}

.askStringBackground {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../img/Fond.png); */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    align-content: center;
    text-align: center;
    vertical-align: middle;
    color: black;
    /* opacity: 0.8; */
    z-index: -10;
    background-color: rgb(54, 54, 74);
    border-radius: 10px;
}



.askStringLabel {
    text-align: justify;
    font-size: 2rem;
    line-height: 1.4em;
    color: white;
    padding: 1rem;
    margin: 0 1rem;
    user-select: none;
}

.askEnumLabel {
    text-align: justify;
    font-size: 2rem;
    line-height: 1.4em;
    color: white;
    padding: 1rem;
    margin: 0 1rem;
    user-select: none;
}

.askStringValue {
    text-align: justify;
    font-size: 2rem;
    line-height: 1.4em;
    color: white;
    padding: 1rem;
    font-family: 'Roboto';
    background-color: rgba(255,255,255,0.1);
    margin: 1rem;
}

.askEnumSelect {
    text-align: justify;
    font-size: 2rem;
    line-height: 1.4em;
    color: white;
    font-family: 'Roboto';
    background-color: rgba(255, 255, 255, 0.1);
    width: 95%;
}

.askEnumOptions{
    background-color: rgb(54, 54, 74);
    color: white;
}

.askStringTitle {
    width: 80vw;
    color: white;
    font-weight: bold;
    align-self: center;
    background-color: rgba(200,200,200,0.8);
    justify-content: center;
    user-select: none;
    font-size: 3rem;
    line-height: 1.4em;
}

.askEnumTitle {
    width: 100%;
    color: white;
    font-weight: bold;
    align-self: center;
    background-color: rgba(200,200,200,0.8);
    justify-content: center;
    user-select: none;
    font-size: 2rem;
    line-height: 6rem;
}

.askStringQuit {
    background-image: url(../img/delete.svg);
    z-index: 300;
    background-color: rgba(200,200,200,0.5);
    position: relative;
    margin: 1vw;
    color: white;
    background-position-x: 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    text-align: center;
    /* top: 15px; */
    font-size: 3rem;
    line-height: 1.4em;
    /* margin: 10px; */
    vertical-align: middle;
    /* align-items: center; */
    border: none;
    justify-content: center;
    background-position-y: center;
    line-height: 1.5em;
    user-select: none;
}

.askConfirmationNo,
.askConfirmationYes{
    z-index: 300;
    background-color: rgba(200,200,200,0.5);
    color: white;
    text-align: center;
    vertical-align: middle;
    margin: 2.5%;
    user-select: none;
    font-size: 3rem;
    line-height: 1.4em;
}

.askStringOverlay {
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height:100vh;
    z-index: -12;
    position: absolute;

}
