*
{
    margin: 0;
    padding: 0;
}

#loading_bar_vision_prototype
{
    width: 100%;
    height: 10px;
    background: #5cb9ec;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.5s;
    will-change: transform;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 20000;
}

#app_vision_prototype
{
    /* Hide all elements which overflow the container. Parent must be postion: relative if children have postion: absolute */
    position: relative;
    overflow: hidden;
}

#start_placeholder_vision_prototype, #start_image_vision_prototype{
    cursor: pointer;
}

#start_placeholder_vision_prototype{
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: absolute;
    top: 0%;
    left: 0%;
}

#start_image_vision_prototype{
    position: absolute;
    width: 40%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#design_vision_prototype
{
    outline: none;
    /* Remove space after a canvas element */
    display: block;
}

.tag_container_vision_prototype
{
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11%;
}

.tag_vision_prototype, .tag_e_vision_prototype
{
    /* width: 180px; */
    width: 100%;
}

.tag_vision_prototype
{
    display: block;
}

.tag_e_vision_prototype
{
    display: none;
}

#back_button_vision_prototype
{
    position: absolute;
    bottom: 23%;
    width: 3%;
    left: 50%;
    cursor: pointer;
    display: none;
    transform: translate(-50%, 0);
    /* transform: translate(-50%, -50%); */
}

#use_case_description_vision_prototype
{
    position: absolute;
    bottom: 3%;
    height: 18%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
}

#use_cases_vision_prototype
{
    display: block;
}

/* pointer-events: none; 
transform: scale(1.2, 1.2);
transition: transform 0.2s;   */

/*# sourceMappingURL=main.css.map*/