﻿html {
    touch-action: manipulation;
}


.cls-1 {
    fill: #ddd;
}

.cls-2, .cls-3 {
    fill: #fff;
}

    .cls-2:hover {
        fill: green;
    }

.cls-4 {
    letter-spacing: -.07em;
}

.cls-5 {
    letter-spacing: .03em;
}

.cls-3, .cls-6 {
    font-family: 'Poppins', sans-serif;
    font-size: 67.78px;
    font-weight: 600;
    isolation: isolate;
}

.cls-7 {
    letter-spacing: 0em;
}

.cls-8 {
    fill: #afafaf;
}

.cls-9 {
    letter-spacing: 0em;
}



.gruppe {
    border: none;
    background: none;
    padding: 0;
    fill: red;
}

.synlig {
    visibility: visible;
}

.usynlig {
    visibility: hidden;
}

.white-text {
    color: #efefef;
}



.text-element {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.fade-in-element {
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



#billettinfopopup {
    width: 400px;
    height: 150px;
    padding: 20px;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    background-color: white;
    border-radius: 6px;
    border: solid 2px black;
    position: absolute;
    display: none;
}

    #billettinfopopup::before {
    }


#tooltip {
    background: cornsilk;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
}


.modal-open .modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.tabelltype {
    width: 100%;
    padding: 20px;
}

.tabelllinje {
    padding: 10px;
}
