﻿
.performance {
    background: #EBF3FF;
}
h1{
    font-size:40px !important;
}
.headline {
    color: #285c7e;
    font-family: Rubik;
    font-weight: 500;
    text-align: right;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-right: 20px;
    display: inline-flex;
}

.performance .time-series text.label {
    fill: #687E97;
    font-weight: 400;
    line-height: 12px;
    font-size: 12px;

    }

/*.performance .bar-chart .label {
    height: 2rem;
}*/

.performance .bar-chart .bar {
    margin-bottom: 0px;
    height: 0.25rem;
}

.text-size-43 {
    font-size: 43px !important;
}

.text-size-23 {
    font-size: 23px;
}

.performance-image {
    width: 60px;
    height: 60px;
}

.img-div {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width:320px) {
    .xs-font-size-22 {
        font-size: 22px;
    }

    .xs-font-size-12 {
        font-size: 12px;
    }
}

.performanceBC a:after {
    content: '';
    border: solid #000;
    border-width: 0 0 1px 1px;
    display: inline-block;
    margin: 2px 3px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}
.govil-en .performanceBC a:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.performanceBC a {
    color: #285c7e;
    font-size: 15px;
    float: inline-start ;
}

.performanceBC {
    font-size: 15px;
}


#time_series {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    padding: 1.5rem !important;
    margin: 0 2rex 2rex 0rex;
}

#top_100_table {
    width: auto !important;
    height: 100%;
    border-radius: 8px;
    margin: 0 2rex 2rex 0rex;
    padding: 1.5rem !important;
}

.time_seriesWrapper {
    margin-inline-end: 2rem;
    width: 100%;
}

#realtime {
    border-radius: 8px;
    margin-bottom: 1rem;
    padding: 3rex 3rex 3rex 3rex;
    font-size: 0.3rem;
    color: black;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: start;
   
}

#current_visitors {
    font-family: Rubik;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: start;
}

#main_data {
    width: 100%;
}

.section_subheadline {
    padding: 3rex;
    border-radius: 8px;
    margin: 2rex 0;
    color: black;
}

#total_visitors {
}

#devices, #browsers, #operating_systems {
    padding: 1.5rem;
    border-radius: 8px;
    margin: 0 0 2rex 0;
}

section {
    font-size: 16px;
    letter-spacing: 0em;
    text-align: right;
    color: #0C3058;
}

rect {
    rx: 12;
    border: 0.5px solid #3386F7;
}

.headlineDesc {
    font-family: Rubik;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #0C3058;
}

.secondHeadline {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0px;
    text-align: start;
    color: #0C3058;
}

.tabList {
    width: 336px;
    height: 40px;
    border: 0.7px, 0px, 0.7px, 0.7px;
}

.liBorder {
    -webkit-border-radius: 20px;
    -moz-border-radius: 5px;
    border-radius: 0px, 30px, 30px, 0px;
    -webkit-border-left: 0px;
    -moz-border-left: 0px;
    border-left: 0px;
}

.liFont {
   /* font-family: Arimo;*/
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: center;
}

    .liFont a {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

.middleLiBorder {
    border-left: 0.7px solid #C3CFE7;
    border-right: 0.7px solid #C3CFE7
}
.tableAndDevicesWrapper {
    width: 65%;
    margin-inline-end: 1rem;
}
.main_dataWrapper {
    width: 33.6%;
}


    @media (max-width:992px) {
        #time_series, #realtime, #top_100_table, #devices, #browsers, #operating_systems {
            margin: 0 0 1.5rem 0;
        }
        .main_dataWrapper{
            padding: 0 !important;
        }
        .tableAndDevicesWrapper, .main_dataWrapper {
            width: 100%;
            padding-top: 1rem !important;
        }
       
    }
