@font-face {
    font-family: 'flama light';
    src: url('font/Flama-Light.otf');
}

* {
    margin: 0 auto;
    font-family: 'flama light', sans-serif;
}

body {
    top: -0.7vw;
    position: relative;
    width: 85vw;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
}

.chatroom {
    position: absolute;
    background-image: url(Img/Chatroom8-01.svg);
    background-size: cover;
    width: 85vw;
    height: 50vw;
    z-index: 10;
    overflow: hidden;
    margin: 0 auto;
}

.barometer {
    height: 3vw;
    position: absolute;
    width: 15vw;
    left: 66.2vw;
    top: 1.5vw;
    z-index: 15;
    display: flex;
}

.barometerred {
    background-color: rgb(205, 32, 44);
}

.barometergreen {
    background-color: rgb(88, 166, 24);
}

.dialog {
    font-family: 'flama light', sans-serif;
    font-size: 2.5vw;
    position: relative;
    left: -10vw;
    top: 2vw;
    width: 58vw;
    height: 32vw;
    overflow: hidden;
}

.dialog2 {
    position: absolute;
    top: 60vw;
    display: none;
}

.clip {
    width: 2.2vw;
    height: 2.2vw;
}

ul {
    position: absolute;
    list-style-type: none;
    padding: 0;
    bottom: 0;
}

li {
    margin-top: 1vw;
}

.prikker {
    display: none;
    position: absolute;
    top: 31vw;
    left: 4.2vw;
    width: 2.5vw;
    height: 2.5vw;
    z-index: 15;
    background-image: url(Img/prikker-01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    animation: prik_kf 0.8s infinite steps(5);
}

@keyframes prik_kf {
    80% {
        background-position: 100% 0;
    }
    81% {
        background-position: 0% 0;
    }
}

.info {
    display: none;
    position: absolute;
    top: 2.3vw;
    left: 69vw;
    z-index: 25;
    font-size: 1.5vw;
    color: white;
}

.valg {
    display: none;
    position: absolute;
    top: 3vw;
    width: 85vw;
    height: 42vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 2.1vw;
    z-index: 10;
}

.mulighed {
    display: none;
    border-radius: 1vw 0 0 0;
    width: 80vw;
    height: 9vw;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 0.5vw;
    text-align: center;
}

.birgitsvar {
    width: 70vw;
    background-color: rgb(88, 69, 40);
}

.mulighed1:hover,
.mulighed2:hover,
.mulighed3:hover {
    background-color: rgb(0, 115, 207);
}

.mulighed1:active,
.mulighed2:active,
.mulighed3:active {
    transform: scale(0.95);
}

.birgit {
    color: #c41c1c;
}

.chattype {
    position: absolute;
    top: 37.2vw;
    left: 3.7vw;
    width: 49vw;
    height: 10.5vw;
    font-family: 'flama light', sans-serif;
    font-size: 1.9vw;
    overflow: hidden;
}

.send {
    position: absolute;
    background-image: url(Img/sendknap-01.svg);
    width: 10vw;
    height: 6.3vw;
    background-size: cover;
    top: 39vw;
    left: 52.5vw;
    z-index: 25;
}

.klik {
    animation: send_kf 0.8s infinite linear;
}

@keyframes send_kf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.doctorhansen {
    position: absolute;
    background-image: url(Img/doctor-standard-glad.svg);
    width: 14vw;
    height: 14vw;
    background-size: cover;
    left: 66.8vw;
    top: 34.3vw;
}

.birgitjensen {
    position: absolute;
    background-image: url(Img/gammeldameneutral-01.svg);
    background-size: cover;
    width: 14vw;
    height: 16vw;
    left: 66vw;
    top: 7.2vw;
}


/*
.lastscreen {
    display: none;
    width: 75vw;
    height: 42vw;
    background-image: url(Img/tryagain-01.svg);
    position: absolute;
    left: 5vw;
    z-index: 40;
    background-size: cover;
    top: 3vw;
    margin: 0 auto;
}
*/

.lastscreen {
    display: none;
    width: 51vw;
    height: 42vw;
    background-image: url(Img/tryagain-01.svg);
    position: absolute;
    left: 7.5vw;
    z-index: 40;
    background-size: cover;
    top: 3vw;
    margin: 0 auto;
}

.retry {
    top: 28vw;
    left: 21vw;
    width: 8vw;
    height: 8vw;
    position: absolute;
    background-image: url(Img/retry-01.svg);
    background-size: cover;
}