:root {
    --bgfarg1: #6096ba;

    --bgfarg2: #f8fafc;
    --txtfarg1: #fdfdfd;
    --txtfarg2: #0a0a0a;
    --ljusacc: #EEC9BC;
    --ljusacc2: #ACC6D8;
    --mellanacc: #D4B1A4;
    --morkacc: #BB998C;
    --maxwidth: 800px;
    --minwidth: 640px;
    accent-color: var(--morkacc);
    --fonsterwidth: 100vw;
    --fonsterhojd: 100vh;
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

/* GOOGLE SYMBOLS*/
.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    cursor: pointer;
    transition: all 5s;
    /*vertical-align: bottom;*/
}


[class*="row"] {
    overflow: hidden;
    height: auto;
    width: 100%;
    min-height: 1px;

}

[class*="row"]::after {
    content: "\A";
    white-space: pre;

    /*   display:table;*/
}

[class*="col"] {
    float: left;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: transparent;
    height: max-content;
    /*  text-align: left; */
}


.colmax {
    width: 100%;
    min-width: fit-content;
    margin: 0px;
}

.colfit {
    width: max-content;
    margin: 0px;
}

.col5 {
    width: 5%;
    margin: 0px;
}

.col10 {
    width: 10%;
    margin: 0px;
}

.col15 {
    width: 15%;
    margin: 0px;
}

.col20 {
    width: 20%;
    margin: 0px;
}

.col25 {
    width: 25%;
    margin: 0px;
}

.col30 {
    width: 30%;
    margin: 0px;
}

.col35 {
    width: 35%;
    margin: 0px;
}

.col40 {
    width: 40%;
    margin: 0px;
}

.col45 {
    width: 45%;
    margin: 0px;
}

.col50 {
    width: 50%;
    margin: 0px;
}

.col55 {
    width: 55%;
    margin: 0px;
}

.col60 {
    width: 60%;
    margin: 0px;
}

.col70 {
    width: 70%;
    margin: 0px;
}

.col80 {
    width: 80%;
    margin: 0px;
}

.col90 {
    width: 90%;
    margin: 0px;
}

.col100 {
    width: 100%;
    margin: 0px;
}


body {
    background-color: var(--bgfarg1);
    color: var(--txtfarg2);
    padding-left: 0px;
    padding: 0px;
    padding-top: 5px;
    margin: none;
    border-width: 0px;
    text-align: center;
    align-items: center;
    display: flex;
    transition: all 0.6s;


}

img {
    max-width: 100%;
    display: block;
}

/*
#bakgrund {
    width: 100%;
    max-height: 100%;
    max-width: 1200px;
    text-align: left;
    margin: auto;
    padding: 0px;
    margin: 0px;
    z-index:1;

}

*/


#grafduksdivven,
.grafduksdiv {

    width: 100%;
    aspect-ratio: 16 / 9;

}

.grafduksdiv {

    max-width: 400px;
    user-select: none;
    webkit-user-select: none;
    user-select: none;
}

#histogrammet {
    width: max-content;
    width: 800px;
    max-width: 80%;
    max-height: max-content;

}

#forladdar {
    position: absolute;
    left: calc(40%);
    top: calc(42.5%);
    width: 100px;
    max-width: 30%;
}

/*#forladdarbild{
height: 100%;
}*/

#canvas

/*,
.canvas*/
    {
    /*   background-image: URL(taklampa.png);*/
    background-color: var(--bgfarg2);
    /*background-position: top right;
    background-repeat: no-repeat;
    background-size: 100px;*/
    text-align: left;
    margin: auto;
    height: auto;
    width: 100%;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    max-width: var(--maxwidth);
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* transition: all 0.5s ease-out;*/
    /*padding: 20px;*/

    opacity: 1;
    /* display: none;*/

}

.nedtonad {


    /*transition-delay: transform 0s, opacity 1s;*/
    /* transition:transform 0.3s ease-out; // note that we're transitioning transform, not height!*/

    filter: brightness(90%);
    overflow: hidden;
    transform: scale(0.99) !important;
    transition: transform;

}

.padding5 {
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 2;
}

.padding10 {
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.padding20 {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;

}

#sliderbox {

    padding-top: 50px;
    padding-bottom: 50px;
}

#yttercanvas {
    /*   background-image: URL(taklampa.png);*/
    background-color: var(--bgfarg2);
    /*background-position: top right;
     background-repeat: no-repeat;
     background-size: 100px;*/
    text-align: left;
    margin: auto;
    height: auto;
    width: 100%;
    border-radius: 10px;
    max-width: var(--maxwidth);

    /* IE and Edge */

    /* Firefox */
    transition: all 0.7s ease-in-out;
    /*padding: 20px;*/
    opacity: 0;
    transform: scale(0.98);
    box-shadow: 0px 0px 80px 10px var(--txtfarg2);
    /* display: none;*/
}

#header {
    /* box-shadow: 0px 5px 10px 10px #0a0a0a90;
    -webkit-box-shadow: 0px 5px 10px 10px #0a0a0a90;*/
    background-color: var(--bgfarg2);
    /*background-position: top right;
    background-repeat: no-repeat;
    background-size: 100px;*/
    position: sticky;
    top: 0px;
    text-align: left;
    margin: auto;
    padding-top: 5px;
    min-height: fit-content;
    height: auto;
    width: 100%;
    max-width: fit-content;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    max-width: var(--maxwidth);
    box-shadow: 0px 0px 10px 4px #00000033;
    opacity: 0.99;
    transition: all 0.3s;
    z-index: 4;
}

/*
#headertop {
    padding: 10px;
    padding-top: 0px;
    margin-top: 0px;
}

#headerappendix {
    padding: 0px;
    position: auto;
    height: auto;
    min-height: fit-content;

}
*/


#storskapaknapp {
    font-family: "Vulf_Mono-Bold_Italic";
    text-transform: lowercase;
    font-size: 40px;
    height: auto;
    width: fit-content;
    margin: auto;
    margin-top: 100px;
    padding: 50px;
    text-align: center;
    border-radius: 40px;
    border-width: 6px;
    border-style: solid;
    border-color: var(--txtfarg2);
    transition: all 0.5s, transform 3s, opacity 1s;

}

#storskapaknapp:hover {
    color: var(--bgfarg2);
    background-color: var(--txtfarg2);
    cursor: pointer;
}

#storskapaknapp:active {
    color: var(--bgfarg1);
    background-color: var(--txtfarg2);
}

#storskapaknapp.forsvinna {
    transform: scale(0.7);
    opacity: 0;
}


#djcatdiv {
    background-color: transparent;
    height: 100%;
    width: fit-content;
    max-width: 60%;
    height: fit-content;
    width: auto;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    /* position: absolute;
    left: 0px;
    bottom: 0px;*/

    /*   display: flex;*/
    /*  z-index: 2;*/
}

#djcat {
    /*filter: drop-shadow(-15px -15px 30px #0a0a0a70);
    -webkit-filter: drop-shadow(-5px -2px 3px #0a0a0a70);*/
    /*filter: drop-shadow(-15px -0px #bbbbbb33);
-webkit-drop-shadow: (-15px -0px #bbbbbb33);    
filter: drop-shadow(-10px -0px #bbbbbb99);
-webkit-drop-shadow: (-10px -0px #bbbbbb99);   */
    filter: drop-shadow(-10px -0px #ffffff) drop-shadow(-10px -0px #bbbbbb) drop-shadow(-10px -0px #777777);
    /*-webkit-drop-shadow: (-5px -0px #bbbbbb);    */
    padding-left: 10px;
    margin: 0px;
    transition: all 1s ease-out;
    transition-delay: 0.7s;
    /*filter: drop-shadow(-40px -0px #bbbbbb);
-webkit-filter: drop-shadow(-40px -0px #bbbbbb);*/
    /*height: 100%;
    min-height: fit-content;
    width: auto;*/

}

#djcat[class*="start"] {

    transition: all 1.3s;
    /*transition-delay: 0.7s;*/






    /*    position: absolute;
    top: 0px;
    left: 0px;*/
    opacity: 1;
    /*z-index: 3;*/

}

*::-webkit-scrollbar {
    display: none;
}

#post_knappar {
    margin-top: 15px;
}

#listdiv {
    height: 400px;
    overflow: scroll;
}

#listdiv table {
    font-size: 0.9em;

}


.oppen {
    height: max-content;
}

/*.button1:hover {
    filter: brightness(110%);
}*/


#top {
    height: auto;
}

.rubrik {
    font-family: "Vulf_Sans-Bold";
    font-size: 4vmin;
    font-size-adjust: none;
    text-transform: uppercase;
    /*line-height: 1.3rem;*/
    /*line-height: 1.2em;*/
    color: var(--txtfarg1);
    /*background-color: var(--txtfarg2);*/
    text-shadow:
        0px -4px var(--txtfarg2),
        2px 0px var(--txtfarg2);
    padding: 0px;
    margin: 0px;
    width: 100%;
    opacity: 0;
    transition: all 0s;
    /*z-index: 3;*/
}

#resultat {
    font-size: 3.8vmin;
    padding-bottom: 0px;
}

#direkt {
    padding-top: 0px;
    font-size: 5.8vmin;
    line-height: auto;
}

.rubrikhoger {
    padding: 5%;
    padding-left: 0px;
    padding-right: 5px;
    z-index: 3;
}

#fonster1 {
    height: calc(100vh - 100px);
}

#videodiv {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /* aspect-ratio: 480 / 253;*/
}



video {

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /*aspect-ratio: 480 / 253;*/
    aspect-ratio: 16/9;
}

#smokevideo {
    opacity: 80%;
    /*position: absolute;
    top: -20px;
    left: 0px;*/
    width: 100%;
    /*   aspect-ratio: 16/9;*/
    object-fit: cover;
}

/*
video::-webkit-media-controls{
    display:none !important;
}

video::-webkit-media-controls-play-button{
    display:none !important;
}

video::-webkit-media-controls-overlay-play-button{
    display:none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
*/

#smoke {
    background-color: transparent;
    background-image: URL(smoke.mp4);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    aspect-ratio: 480 / 253;

}

#smoke video {}

#introdiv {
    background-color: transparent;
    background-image: URL(graphs.mp4);
    background-size: 100% auto;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 45vw;
    margin-bottom: 20px;
}

#sjalvaintrot {
    min-height: 100%;
    z-index: 2;
    height: 100%;
    padding: 0px;
}

.safari {
    background-color: transparent;
    background-image: URL(smokebright.mp4);
    background-size: 100% auto;
    /* position: absolute;
    top: 0px;
    left: 0px;*/
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*aspect-ratio: 16/9;*/
    padding: 0px;
    margin: 0px;
    /*width: 100%;
    height: 100%;*/
    z-index: 2;
    opacity: 0.6;
}

.morkalite {
    background-color: #00000088;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    aspect-ratio: 480 / 253;
    z-index: 2;
    /*max-height: 45vw;   */
}



a {
    color: inherit;
    transition: filter 0.1s;
    text-decoration: none;
}

a:hover {
    color: inherit;
    filter: brightness(140%);
}

#tornadodiagram {
    height: 400px;
}

.tornado {
    fill: blue;
    stroke: pink;
    position: relative;
}

#valjardiv {
    padding-bottom: 10px;
    text-align: left;
}

#divvaljare {
    font-size: 10px;
    position: fixed;
    left: 20px;
    bottom: 10px;
    z-index: 5;
    background-color: transparent;
    /*border-width: 1px;
border-style: solid;
border-color: var(--txtfarg2);*/
    width: 300px;
    height: 50px;
    text-align: left;
    /*transform: scaleX(0.3)*/
    ;
    transform-origin: center left;
    transition: transform 0.2s ease-in-out, opacity 0.7s ease-out;
    opacity: 0.4;
}

#divvaljare div {
    height: 100%;
    padding: 5px;
    /*padding-top: 8px;*/
    font-size: 22px;
    font-family: "Vulf_Sans-Italic";
    background-color: var(--morkacc);
    color: var(--txtfarg1);
    width: 50px;
    position: absolute;
    border-radius: 25px;
    text-align: center;
    left: 0px;
    margin-right: 10px;
    transition: transform 0.7s ease-in-out, background-color 0.4s ease-out, border-width 0.4s ease-in-out;

}

#divvaljare.extended {
    height: 50px;
    transform: scaleX(1);
    transform-origin: center left;
    background-color: transparent;
    opacity: 1;


}



#divvaljare.extended div:last-child {
    transform: rotate(180deg);
    opacity: 1;
}

#divvaljare.extended div:nth-child(4) {
    transform: translate(60px, 0px);
    color: var(--bgfarg2);
    background-color: var(--txtfarg2);
    border: var(--bgfarg2) 2px solid;
}

#divvaljare.extended div:nth-child(3) {
    transform: translate(120px, 0px);
    color: var(--bgfarg2);
    background-color: var(--txtfarg2);
    border: var(--bgfarg2) 2px solid;
}

#divvaljare.extended div:nth-child(2) {
    transform: translate(180px, 0px);
    color: var(--bgfarg2);
    background-color: var(--txtfarg2);
    border: var(--bgfarg2) 2px solid;
}

#divvaljare.extended div:first-child {
    transform: translate(240px, 0px);
    background-color: var(--bgfarg1);
}


#analysmetod {
    width: auto;
    /*max-width: 20rem;*/
    text-align: left;
    padding: 0.2rem;
}

#budgetdiv {
    padding-top: 20px;
    font-size: 0.9rem;
}

#lysdiod {
    font-size: 3rem;
    text-align: right;
    color: black;
    position: sticky;
    top: 40px;
    right: 100px;
    width: 2rem;
    height: 1rem;
    align-self: normal;
}

#subtitle {
    font-size: 0.9rem;
}

#nybudget {
    /*color: var(--txtfarg1);*/
    opacity: 0;
    padding: 8px;
    border-radius: 15px;
    /*padding: 0px;
border-radius: 0px;
margin-top:0px;
opacity: 1;
z-index: 3;
height:100%;*/
}

#inmatningsdivven {
    overflow: scroll;
    height: 100%;
    padding-bottom: 100px;
}


#meny {
    background-color: #6096ba;
    color: var(--txtfarg1);
    height: max-content;
    transition: transform 0.5s ease-out, opacity 0.4s;
    /*transition-delay: transform 0s, opacity 1s;*/
    overflow: hidden;

    /* transition:transform 0.3s ease-out; // note that we're transitioning transform, not height!*/
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    padding: 15px;
}

#meny.collapsed {
    transition: transform 0.2s ease-in, opacity 0.5s;
    transform: scaleY(1);
    opacity: 1;
}



/* ----------------------------------------------
 * Generated by Animista on 2023-5-26 18:23:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

.vibrate-2 {
    -webkit-animation: vibrate-2 .7s cubic-bezier(.55, .085, .68, .53) infinite both;
    animation: vibrate-2 .7s cubic-bezier(.55, .085, .68, .53) infinite both;
}


@-webkit-keyframes vibrate-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    60% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes vibrate-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }

    60% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.rotate-center {
    animation: rotate-center 0.6s linear infinite;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-9-14 11:45:11
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@keyframes rotate-center {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.popup {
    background-color: var(--bgfarg2);
    color: var(--txtfarg2);
    height: 100vh;
    width: 100%;
    max-width: var(--maxwidth);
    /*max-width: calc(var(--maxwidth) * 0.6);*/
    left: 0px;
    right: 0px;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: transform 0.6s ease-in-out, opacity 0.6s;
    overflow: hidden;
    padding: 15px;
    position: fixed;

    /* left: calc(50vw - calc(var(--maxwidth) * 0.9)); */
    top: 100vh;
    z-index: 8;
    opacity: 0.98;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;

}

/*osynlig hinna bakom popup*/
.popuphide {
    background-color: transparent;
    /*background-color: transparent;*/
    color: transparent;
    height: 100vh;
    width: 100vw;
    /*left: 0px;
    right: 0px;*/
    margin: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /*transition: all 0.5s ease-out;*/
    overflow: hidden;
    position: fixed;

    /* left: calc(50vw - calc(var(--maxwidth) * 0.9)); */
    top: 100vh;
    z-index: 8;
    opacity: 0;

}

.popup.active {
    transform: translate(0vw, -100vh);
    opacity: 0.98;
    box-shadow: 0px 0px 10px 4px #00000033;
    z-index: 9;
}

.forsvinna {
    transition: transform 0.5s, opacity 1s;
    transform: scale(3, 3);
    /*opacity: 0;*/

}

#optionsdiv {
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-width: 5px;
    border-top-width: 0px;
    border-style: solid;
    border-color: var(--bgfarg1);
    box-shadow: 0px 0px 10px 4px #00000033;
    z-index: 6;
    position: absolute;
    top: 0px;
    padding: 20px;
    padding-top: 20px;
    margin: 0px;

    background-color: var(--bgfarg2);
    color: var(--txtfarg2);
    opacity: 0;
    transition: opacity 0.2s;
}

/*#optionssubdiv {
    padding: 10px;
    
   
}*/

#optionsdiv input {
    border-width: 0.5px;
    color: var(--txtfarg2);
    width: 5rem;
    text-align: right;
    border-radius: 3px;
    border-color: var(--ljusacc2);
}

#optionsdiv button {
    margin: auto;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin-top: 20px;
}

.hideactive {
    transform: translate(0vw, -100vh);
    opacity: 0;
    z-index: 5;
}

.popuptop.active {
    transform: translate(0vw, 100vh);
    opacity: 0.97;
    box-shadow: 0px 0px 10px 4px #00000033;

}


.svart {
    background-color: #447a9d;
    overflow: hidden;
    z-index: 1;
}

#lankurl {
    padding: 0.2rem;
    width: 20rem;
    max-width: 100%;
    font-size: 0.9rem;
    font-family: 'Vulf_Sans-Light_Italic';
}

/*
#lankurl.vanlig {
    transform: scale(1);
    opacity: 1;
    transition: 10s;
    
}
*/
.vand {
    text-align: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

table {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    padding: 0px;
    margin-bottom: 0px;
}


tr {
    transition: all 0.2s;
    cursor: default;
}

#tabellen tr:hover {
    background-color: var(--ljusacc2);
    transition: all 0.1s;

}

#tabellen tr:first-child {
    /* background-color: var(--bgfarg1);*/
    transition: all 0.1s;
    font-family: 'Vulf_Sans-Bold';
    font-size: 1.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--txtfarg2);
    background-color: var(--bgfarg2);
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: var(--txtfarg1);
}

#tabellen tr:first-child:hover {
    color: var(--txtfarg2);
    background-color: var(--bgfarg2);
}

#tabellen td {
    font-size: 0.8rem;
}

/*table tr:first-of-type:hover {
    background-color:inherit;
}*/


td {
    text-align: right;
}

#smadatatabell td {
    text-align: left;
    font-size: 0.8rem;

}



select,
optgroup,
option {
    font-family: "Vulf_Sans-Light";
    font-size: 1rem;
    background-color: white;
    color: var(--txtfarg2);
    border-color: var(--txtfarg2);
    border-radius: 5px;
    accent-color: var(--txtfarg2);
    max-width: 100%;
    -webkit-appearance: none;
    padding: 5px;
    cursor: pointer;
    height: 2rem;
}

#sorteringsordning {
    font-size: 0.8rem;
    font-family: 'Vulf_Sans-Regular';
    text-align: center;
    background-color: var(--txtfarg);
    color: var(--txtfarg1);
    border-radius: 5px;
    padding: 2px;
    max-width: fit-content;

}



input[type="number"] {
    font-family: "Vulf_Sans-Light";
    width: 100%;
    font-size: 0.9rem;
    max-width: 12rem;
}

input[type="text"] {
    width: 100%;
    max-width: 12rem;
}


input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    height: 20px;
    cursor: grab;
    outline: none;
    background-color: transparent;
    /*  slider progress trick  */
    /*overflow: hidden;*/
    border-radius: 16px;
}

/* Track: webkit browsers */
input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 6px;
    background: #000;
    border-radius: 3px;
}

/* Track: Mozilla Firefox */
input[type="range"]::-moz-range-track {
    height: 6px;
    background: #ccc;
    border-radius: 5px;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */

    background-color: transparent;
    background-size: contain;
    background-image: URL('slider.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    width: 18px;
    /*border-radius: 50%;*/
    /*border: 2px solid #f50;*/
    margin-top: -13px;
    /*  slider progress trick  */
    /*box-shadow: -407px 0 0 400px #f50;*/
}


/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
    height: 30px;
    width: 18px;
    background-color: transparent;
    background-size: contain;
    background-image: URL('slider.png') !important;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -13px;
    /*border: 1px solid #f50;
  margin: -15px;*/
    /*  slider progress trick  */
    box-shadow: none;
}

.table2 {
    width: 100%;
    border: 0px;
    border-collapse: collapse;
    /*padding: 3px;*/
    font-family: "Vulf_Sans-Regular";
    font-size: 0.9rem;
    transition: all 0.3s;
    padding-top: 100px;
    margin-bottom: 10px;
}

.table2 td {
    padding-bottom: 5px;
}


.table2 th {
    font-size: 1.2rem;
    font-family: "Vulf_Sans-Italic";
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}

.table2 input[type="number"] {
    text-align: right;
}

.table2 tr:hover {
    background-color: inherit;
}

.table2 tr td:first-of-type {
    width: auto;
    text-align: center;
}

.table2 tr:first-of-type td:nth-of-type(2) {
    text-align: center;
}

.table2 tr:first-of-type {
    width: 35%;
    text-align: left;
}



.table2 tr td:nth-of-type(3),
.table2 tr td:nth-of-type(4),
.table2 tr td:nth-of-type(5) {
    width: 20%;
    text-align: right;
}


.table2 tr td:nth-of-type(6) {
    width: 5%;
    text-align: center;
    font-size: 1.5em;
}

/*.table2 > tr td {
width: auto;
text-align:center;
font-size: 1.2rem;
}
*/


.table2 input {

    font-family: "Vulf_Sans-Regular";
    font-size: 0.9rem;
    /*width: 300px;*/
    color: var(--txtfarg2);
    background-color: #ffffff;
}

.table2 input.oforandrad {
    background-color: #EEF5FB;
    font-family: "Vulf_Sans-Light_Italic";

}



.table2 td:has(input[type="text"]:focus)~td {
    width: auto;
}

.table2 input[type="text"] {
    width: 100%;
    max-width: 20rem;
}

.table2 input.gra {
    background-color: #f5f5f5;
    font-family: "Vulf_Sans-Light_Italic";
    color: #222222;
}

.table2 input:focus {
    font-family: "Vulf_Sans-Regular";
    transform: scale(1.04);
    border-color: var(--morkacc);
    border-width: 2px;
    color: var(--txtfarg2);
    background-color: #ffffff;
    /*width: 300px;*/
}



select.gra,
optgroup.gra,
option.gra {
    color: #dddddd;
}

.rod {
    color: #880000;
    transition: 0s;
}

.gron {
    color: #008800;
    transition: 0s;
}

.gra,
span:has(span.gra) {
    color: #999999;
    transition: 0s;
    pointer-events: none;
}

#knapprader {
    user-select: none;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-family: 'Vulf_Sans-Regular';

}

#menyknappar:first-child *,
/*#autosparatext>span,*/
.tooltipicon>span {
    scale: 0.8;
    transition: all 0.5s;

}

#menyknappar:first-child * {
    scale: 0.8;
    transition: all 0.5s;
    transform: translate(0px, 10px);
}

/*#autosparatext>span{
    transform: translate(0px, 5px);
}*/

#sparalokalt {
    transition: transform 0.1s;
}

#sparalokalt:active {
    transition: transform 0s;

    transform: scale(0.97);
}

/*
kanske för slider????
input[type=range] {
  height: 50px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #B6B6B6;
  border-radius: 25px;
  border: 1px solid #8A8A8A;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 42px;
  width: 25px;
  border-radius: 6px;
  background: #DADADA;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #B6B6B6;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #B6B6B6;
  border-radius: 25px;
  border: 1px solid #8A8A8A;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 42px;
  width: 25px;
  border-radius: 6px;
  background: #DADADA;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #B6B6B6;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #B6B6B6;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 42px;
  width: 25px;
  border-radius: 6px;
  background: #DADADA;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #B6B6B6;
}
input[type=range]:focus::-ms-fill-upper {
  background: #B6B6B6;
}

*/

textarea {
    width: 100%;
}

/*
select:disabled,
optgroup:disabled,
input:disabled,
textarea:disabled {
    opacity: 0.5;
    background-color: transparent;
    font-size: 1rem;*/


input[type="number"],
input[type="text"] {
    width: 100%;
    height: auto;
    font-size: 1rem;
    margin: auto;
    background-color: white;
    font-family: 'Vulf_Sans-Regular';

}

/*input[type="button"] {
    font-family: "Vulf_Mono-Italic";
    text-transform: lowercase;
    background-color: transparent;
    color: var(--txtfarg2);
    border-color: var(--txtfarg2);
    transition: filter 0.1s;
    border-radius: 5px;
    border-width: 1px;
    padding: 10px;
    height: 100%;
    width: 80%;
    font-size: 1.1rem;

}*/

.avgransare {
    background-color: var(--bgfarg1);
    height: 10px;
    width: 95%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0px 5px 10px 5px #0c0c0c33 inset;
    /*box-shadow: 0px 0px 80px 10px #ffffff;*/
    border-width: 1px;
    border-color: #777777;
    border-radius: 5px;
    visibility: hidden;

}

/*input[type="button"]:disabled {
    opacity: 0.8;
}*/



#laddanedMCP,
#laddauppCSV {
    width: 80%;
}

#post_namn,
#post_mode,
#post_min {
    max-width: 100%;
    margin-bottom: 15px;
}

#post_mode_copy {
    font-family: 'Vulf_Sans-Regular';
}

button {
    transition: opacity 0.5s;

}

button:disabled {
    visibility: hidden;
    height: 1px;
    width: 1px;
}

button:hover {
    cursor: pointer;
}

.button0 {
    font-family: "Vulf_Sans-BOLD";
    text-transform: uppercase;
    background-color: var(--bgfarg1);
    color: var(--txtfarg1);
    border-color: var(--bgfarg1);
    transition: filter 0.1s;
    border-radius: 5px;
    border-width: 1px;
    padding: 10px;
    margin: 0px;
    height: max-content;
    width: 100%;
    font-size: 1.5rem;
}

.button1 {
    font-family: "Vulf_Mono-Italic";
    text-transform: uppercase;
    background-color: var(--bgfarg1);
    color: var(--txtfarg1);
    border-color: var(--bgfarg1);
    transition: filter 0.1s;
    border-radius: 5px;
    border-width: 1px;
    padding: 10px;
    height: auto;
    width: 100%;
    margin: 0px;
    font-size: 1rem;
}

.button2 {
    font-family: "Vulf_Mono-Light_Italic";
    text-transform: uppercase;
    background-color: transparent;
    color: var(--txtfarg2);
    border-color: var(--txtfarg2);
    transition: filter 0.1s;
    border-radius: 5px;
    border-width: 1px;
    padding: 10px;
    height: auto;
    width: 100%;
    margin: 0px;
    font-size: 1rem;
}

.button3 {
    font-family: "Vulf_Mono-Italic";
    text-transform: uppercase;
    background-color: var(--bgfarg2);
    color: var(--txtfarg2);
    border-color: var(--txtfarg2);
    transition: filter 0.1s;
    border-radius: 5px;
    border-width: 2px;
    padding: 10px;
    height: 100%;
    width: auto;
    margin: 0px;
    font-size: 0.8rem;
}

.button3.avstangd {

    background-color: var(--bgfarg2);
    color: #cccccc;
    border-color: #cccccc;
}


.button4 {
    font-family: "Vulf_Sans-Italic";
    text-transform: uppercase;
    background-color: transparent;
    color: var(--txtfarg2);
    border-color: var(--txtfarg2);
    border-width: 1px;
    border-style: solid;
    transition: filter 0.1s;
    border-radius: 20px;
    padding: 10px;
    /*padding: 10px;*/
    height: auto;
    width: max-content;
    font-size: 0.7rem;
    margin: auto;
}

.button4:active {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    transition: all 0.2s;
    box-shadow: 0px -5px 10px 5px #0a0a0a33 inset;

}

.button5,
#autosparatext {
    text-align: left;
    font-family: "Vulf_Sans-Italic";
    text-transform: uppercase;
    background-color: transparent;
    color: var(--txtfarg2);
    border-color: var(--txtfarg2);
    border-width: 0px;
    border-style: solid;
    transition: filter 0.1s;
    padding: 0px;
    margin-top: 0px;
    margin: 2px;
    /*padding: 10px;*/
    height: auto;
    width: fit-content;
    font-size: 0.9rem;
    cursor: pointer;



    /*line-break: auto;*/
}

.button6 {
    text-align: right;
    font-family: "Vulf_Sans-Italic";
    text-transform: uppercase;
    background-color: transparent;
    color: var(--txtfarg2);
    border-color: var(--txtfarg2);
    border-width: 0px;
    border-style: solid;
    transition: filter 0.1s;
    padding: 5px;
    margin: 2px;
    /*padding: 10px;*/
    height: auto;
    width: fit-content;
    font-size: 0.7rem;



    /*line-break: auto;*/
}


button.circle {
    background-color: var(--bgfarg1);
    color: var(--txtfarg1);
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    border-width: 0px;
    font-size: 1.1rem;
    padding: 0px;
    font-family: "Vulf_Mono-Regular";
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
}

#skapaforstabudgetknapp {

    border-radius: 0px;
    border-width: 0px;

}

#canvas2 {

    background-color: transparent;
    border-color: var(--txtfarg2);
    transition: filter 0.1s;
    border-radius: 5px;
    border-width: 1px;
    padding: 10px;
    height: 100%;
    width: 100%;
    margin: 0px;
}

input:checked {
    background-color: var(--mellanacc);
    color: var(--mellanacc);

}


#sliderdivven {
    padding: 20px;

}

/*#sliderdivven {
    border-color: var(--mellanacc);
    background-color: var(--mellanacc);
    border-style: solid;
    border-width: 5px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    margin-top: 0px;
}*/

#sliderdivven table {
    background-color: var(--ljusacc);
    border-color: var(--ljusacc);
    border-style: solid;
    border-width: 10px;
    border-radius: 20px;
    margin-top: 10px;
    width: 100%;

}

#kattbild {
    width: 200px;
    max-width: 60%;
    height: auto;
    cursor: pointer;
    transition: all 0.2s;
    margin: auto;
    margin-left: 20px;
    /* margin-bottom: 40px;*/
}

#introbild {
    width: 100vw;
    margin: 0px;
    padding: 0px;
}

#cogknapp {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    max-height: 1.3rem;
    z-index: 3;

}

#kattbild:active {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: all 0.2s
}



#valjprocentdivv {
    /*position: absolute;
right: 10px;
bottom: 50px;
z-index: 7;*/
    position: fixed;
    left: 10000px;
}

#valjvarde {
    /*transform: rotate(270deg);
-webkit-transform: rotate(270deg);*/
    width: 80%;
    transform: scale(1.2, 1.2);
    background-image: URL(logo.png);
}

#procentsiffra,
#vardesiffra {}


.matsiffror {
    font-family: 'Vulf_Sans-Bold';
    font-size: 1rem;
}

.laddbild {
    width: 60px;
    height: 60px;
    margin: auto;

}

#laddar {
    padding: 20px;
    padding-top: 40px;
    width: 200px;
    height: 200px;
    position: fixed;
    align-self: center;
    border-radius: 20px;
    left: calc(50vw - 100px);
    top: calc(40vh - 100px);
    background-color: #0a0a0aee;
    transition: transform 15s opacity 0.2s;
    /*border-top-width: 50px;
    border-bottom-width: 50px;
    border-left-width: 100px;
    border-right-width: 100px;
    border-color: #0a0a0a;
    border-style: solid;*/
    /*background-color: #0a0a0a22;*/
}






.laddar {
    transform: scale(1.5);
    transform: translate(20px, 0px);
    transition: transform 15s, opacity 0.2s;
    z-index: 10;
}




#laddartext {
    font-family: 'Vulf_Mono-Italic';
    font-size: 2rem;
    color: var(--txtfarg1)
}


#inmatning [class*="col"] {
    padding: 15px;
    padding-top: 0px;
    padding-bottom: 5px;

}

.osynligtext {
    color: var(--bgfarg2);
    transition: color 0.5s ease-out transform 0.9s ease-in-out;
}

#flyttfonster {
    width: 600px;
    height: 800px;
    position: absolute;
    cursor: default;
}


#omformarn {
    position: relative;

}

#dela {

    max-height: 1rem;
    width: auto;
    cursor: pointer;
}



#options {
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-family: 'Vulf_Sans-Bold';
    text-shadow: 0px 0px 1px #0a0a0a;
}


#tabellen {
    font-family: "Vulf_Sans-Regular";
    font-size: 0.8rem;
    border-width: 0px;
    /* border-width: 0px;
       border-style: solid;
    border-collapse: collapse;
    border-color:  var(--mellanacc);
    border-bottom-width: 1px;*/
}

#tabellen th * {
    font-size: 0.8rem;
    padding-right: 1px;
    margin-right: 0px;
    font-weight: normal;
    /*transform: rotate(340deg);
    transform-origin: left;
    height: 50px;*/
}

.listrubrik {
    font-family: "Vulf_Sans-Regular";
    font-size: 0.8rem;
}

.ja {
    text-transform: uppercase;
    color: var(--bgfarg1);
}

.nej {
    text-transform: uppercase;
    color: var(--morkacc);
}


#lampa {
    margin-right: 0px;
    height: 200px;
    display: initial;
}

div {
    color: var(--txtfarg2);
    font-family: "Vulf_Sans-Light";
    font-size: 1rem;
    height: auto;
    position: relative;
    min-height: 1px;

    /* border-radius: 20px;*/
}

p {
    padding: 15px;
}

.ruta {
    box-shadow: 0px 0px 3px 2px #6096ba44;
    -webkit-box-shadow: 0px 0px 3px 2px #6096ba44;
}

.pink {
    background-color: var(--mellanacc);
    color: var(--bgfarg2);

}


#h0 {
    font-family: "Vulf_Mono-Italic";
    font-size: 4rem;
    text-transform: none;
    margin-bottom: 0rem;
    margin-top: 10px;
    font-weight: normal;
    height: fit-content;
    line-height: 1.2;

}

h1 {
    font-family: "Vulf_Sans-Bold";
    font-size: 2rem;
    text-transform: none;
    /*margin-bottom: 5px*/
    ;
    margin-top: 10px;
    font-weight: normal;
    line-height: 0.5rem;
    min-height: fit-content;

}


h2 {
    font-family: "Vulf_Sans-Bold";
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0.3rem;
    font-weight: normal;
    line-height: auto;
    color: var(--txtfarg2);
    padding: 15px;
    width: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/*h2 {
    font-family: "Vulf_Sans-Regular";
    font-size: 1.8rem;
    margin-bottom: 0px;
    margin-top: 0.5rem;
    font-weight: normal;
    line-height: auto;
    background-color: var(--mellanacc);
    color: var(--txtfarg1);
    padding: 15px;
    width: fit-content;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}*/

h3 {
    font-family: "Vulf_Mono-Bold_Italic";
    font-size: 1.5rem;
    text-transform: capitalize;
    margin-bottom: 0rem;
    margin-top: 0rem;
    font-weight: normal;
    font-kerning: normal;
    line-height: 1.4rem;
}


h4 {
    font-family: "Vulf_Sans-Bold";
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 0rem;
    margin-top: 0px;
    font-weight: normal;
    /* line-height: 1rem;*/
}

h5 {
    font-family: "Vulf_Sans-Regular";
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 0rem;
    margin-top: 0px;
    font-weight: normal;
    /* line-height: 1rem;*/
}

.text5 {
    font-family: "Vulf_Sans-Regular";
    font-size: 0.9rem;
    margin-bottom: auto;
    font-weight: normal;
    cursor: default;
    /* line-height: 1rem;*/
}

.hoger {
    text-align: right;
}

.vanster {
    text-align: left;
}

.center {
    text-align: center;
}

.flerarader {
    height: 200px;
}

.brodtext {
    font-family: "Vulf_Sans-Light";
    font-size: 16px;
    padding: 10px;
    line-height: 1.5rem;
    min-width: 300px;
    margin: auto;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    border-width: 2px;
    border-color: var(--txtfarg2);
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-color: var(--txtfarg2);
    border-width: 1px;
    background-color: var(--bgfarg2);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 1px;
    border-color: var(--txtfarg2);
    border-width: 1px;
    background-color: var(--bgfarg1);
    -webkit-transition: .4s;
    transition: .4s;

}

input:checked+.slider {
    background-color: var(--bgfarg1);
    border-color: var(--txtfarg2);
    border-width: 1px;
}

input:focus+.slider {
    box-shadow: 0 0 3px var(--bgfarg2);
    border-color: var(--txtfarg2);
    border-width: 1px;
}

input:checked+.slider:before {
    background-color: var(--bgfarg2);
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

input:out-of-range {
    background-color: #eec6c6;
    border-color: var(--bgfarg1);
}

#csvfilen,
#inputtaggen {
    display: none;
    height: 0px;
    width: 0px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    background-color: var(--bgfarg2);
    border-color: var(--txtfarg2);
    border-width: 1px;
    border-style: solid;


}

.slider.round:before {
    border-radius: 50%;
    border-color: var(--txtfarg2);
    border-width: 1px;

}

.typborta {
    height: 1px;
    width: 1px;
    opacity: 0;
    border-color: transparent;
    border-width: 0px;
    transition: opacity 0.2s;
}

/* LADDCIRKEL*/


svg {
    animation: 2s linear infinite svg-animation;
    max-width: 100px;
}


@keyframes svg-animation {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg)
    }
}


circle {
    animation: 1.4s ease-in-out infinite both circle-animation;
    display: block;
    fill: transparent;
    stroke: var(--bgfarg2);
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 280;
    stroke-width: 10px;
    transform-origin: 50% 50%;
}


@keyframes circle-animation {

    0%,
    25% {
        stroke-dashoffset: 280;
        transform: rotate(0);
    }

    50%,
    75% {
        stroke-dashoffset: 75;
        transform: rotate(45deg);
    }

    100% {
        stroke-dashoffset: 280;
        transform: rotate(360deg);
    }
}

.tool {
    border-bottom: 1px dotted var(--txtfarg2);
    /*user-select:none;
 -webkit-user-select: none;*/
    cursor: pointer;
    position: relative;
    overflow: visible;
}

/* -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.tool:hover {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.tool:active {
    webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.tool * {
    webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

/*.tool .tooltip{
transition: all 0.5s;
background-color: blue;
color: var(--txtfarg2);
position: relative;

left: 100px;
text-align: center;
z-index: 8;
opacity: 0;
hidden: true;
}*/
/*
.tooltipicon::before {
    content: '<sup style="scale: 0.5">';
}

.tooltipicon::after {
    content: '</sup>';
}
*/



@media(hover:hover) and (pointer:fine) {}

/*
#tooltip {

    background-color: var(--bgfarg2);
    color: var(--txtfarg2);
    position: fixed;
    font-size: 1rem;
    text-align: left;
    font-family: 'Vulf_Sans-Italic';
    height: fit-content;
    max-width: var(--maxwidth);
    min-width: fit-content;
    width: 400px;
    padding: 30px;
    left: 0px;
    top: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--txtfarg2);
    border-radius: 10px;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.2s;
    transition-delay: 0s;
    box-shadow: 0px 5px 2px 0px #000000;
    cursor: pointer;
}
*/

#forklaring,
#tooltip {
    position: fixed;
    color: var(--txtfarg2);
    left: 0px;
    top: 0px;
    font-size: 0.8rem;
    font-family: 'Vulf_Sans-Italic';
    cursor: pointer;
    padding: 5px;
    z-index: 9;
}

#forklaring {
    background-color: #dddddd;
    opacity: 0;
    border-color: #c4c4c4;
    transition: opacity 0.2s;
    transition-delay: opacity 0.3s;

}

#tooltip {
    text-align: left;
    background-color: var(--bgfarg2);
    padding: 20px;
    padding-bottom: 50px;
    border-radius: 4px;
    box-shadow: 0px 0px var(--maxwidth) 3px rgba(0, 0, 0, 0.4);
    opacity: 1;

}

@media (hover: hover) {
    .tooltipicon {
        display: none;
    }
}

