body { 
   background-color: white;
}

.iti__flag {background-image: url("resources/intl-tel-input-16.0.0/build/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("resources/intl-tel-input-16.0.0/build/img/flags@2x.png");}
}

@font-face {
font-family: airbag;
src: url(../fonts/airbag-free-font/AirbagFree-Regular.otf);
}

/*html {
        font-size: 1vw;
}

body {
        font-size: 1vw;
}*/

.ui.menu .item:before {
    width: 0px;
}

#wrap {
  min-height: 100%;
}

#footer {
    position: relative;
    margin-top: -200px;
    /* negative value of footer height */
    height: 260px;
    clear: both;
    background: #0e3959;
}

#main {
    overflow: hidden;
    padding-bottom: 300px;
    /* must be same height as the footer */
}

                        .donutchart,
                        #chart,
                        #chart2 {
                            width: 500px;
                            height: 400px;
                            font-family: Arial;
                        }

                        .donutchart {
                            position: relative;
                        }

                        #labelOverlay {
                            /* width: 80px; */
                            height: 45px;
                            position: absolute;
                            top: 80px;
                            left: 170px;
                            text-align: center;
                            cursor: default;
                        }


                        #labelOverlay p {
                            line-height: 0.3;
                            padding: 0;
                            margin: 8px;
                        }

                        #labelOverlay p.used-size {
                            line-height: 0.6;
                            font-size: 28pt;
                            color: #8e8e8e;
                        }

                        #labelOverlay p.total-size {
                            line-height: .8;
                            font-size: 20pt;
                            color: #cdcdcd;
                        }

                        .date {
                            line-height: 1;
                            font-size: 10pt;
                            color: #cdcdcd;
                        }

                        svg>g>g:last-child {
                            pointer-events: none
                        }