:root {
    font-size: 16px;
    --black: black;
    --white: white;
    --primary: #00467f;
    --secondary: #959ca2;
    --secondary-dark: #82888d;
    --info: #2daae1;
    --info-light: #a6d7ed;
    --warning: #be5927;
    --warning-dark: #a54e22;
    --blue: #04467F;
}

.nav-pills .nav-link {
    color: #343a40;
    overflow: hidden;
    border-radius: .4rem;
    overflow: hidden;
    border: #ccc 1px solid;
}

.cur-pointer {
    cursor: pointer;
}

.nav-pills .nav-link:hover {
    background-color: #f4f4f4;
    color: #343a40;
}

    .nav-pills .nav-link.active {
        background-color: #f4f4f4;
        color: #343a40;
    }


@font-face {
    font-family: 'Avenir webfont';
    src: url('/fonts/Avenir-Black-webfont.eot') format('embedded-opentype'), url('/fonts/Avenir-Black-webfont.woff') format('woff'), url('/fonts/Avenir-Black-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir webfont';
    src: url('/fonts/avenir-light-webfont.eot') format('embedded-opentype'), url('/fonts/avenir-light-webfont.woff') format('woff'), url('/fonts/avenir-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir roman webfont';
    src: url('/fonts/Avenir-Roman-webfont.eot') format('embedded-opentype'), url('/fonts/Avenir-Roman-webfont.woff') format('woff'), url('/fonts/Avenir-Roman-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir webfont';
    src: url('/fonts/Avenir-MediumOblique-webfont.eot') format('embedded-opentype'), url('/fonts/Avenir-MediumOblique-webfont.woff') format('woff'), url('/fonts/Avenir-MediumOblique-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir webfont';
    src: url('/fonts/Avenir-Medium-webfont.eot') format('embedded-opentype'), url('/fonts/Avenir-Medium-webfont.woff') format('woff'), url('/fonts/Avenir-Medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir webfont';
    src: url('/fonts/Avenir-Oblique-webfont.eot') format('embedded-opentype'), url('/fonts/Avenir-Oblique-webfont.woff') format('woff'), url('/fonts/Avenir-Oblique-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@media print {
    .pagebreak {
        page-break-before: always;
    }
}

* {
    box-sizing: border-box;
}

body {
      font-family: 'Inter' !important;
}

.highcharts-root {
      font-family: 'Inter' !important;
}

.report-page {
    margin: 0;
    color: #2f373c;
    /*    background: #F5F5F5;
*/
}

    .report-page .header {
        padding: 1.5rem 3rem;
    }

    .report-page #device-chart g.highcharts-legend-item {
        display: none;
    }

    .report-page #link-statistics-chart .highcharts-legend.highcharts-no-tooltip {
        width: 100%;
    }

        .report-page #link-statistics-chart .highcharts-legend.highcharts-no-tooltip div {
            width: 100%;
        }

            .report-page #link-statistics-chart .highcharts-legend.highcharts-no-tooltip div > span {
                width: calc(100% - 55px) !important;
                display: flex !important;
                align-items: center;
                justify-content: space-between;
            }

        .report-page #link-statistics-chart .highcharts-legend.highcharts-no-tooltip b {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .report-page .distribution-card .logo {
        height: 8rem;
    }

    .report-page .chart-table {
        width: 100%;
        border-collapse: collapse;
    }

        .report-page .chart-table th {
            padding: 10px 5px;
        }

        .report-page .chart-table td {
            padding: 5px;
        }

            .report-page .chart-table th:first-child,
            .report-page .chart-table td:first-child {
                padding-left: 30px;
            }

            .report-page .chart-table th:last-child,
            .report-page .chart-table td:last-child {
                padding-right: 30px;
            }

        .report-page .chart-table .odd td {
            background: #f5f5f5;
        }

        .report-page .chart-table .row-group tr:not(:first-child) td:first-child {
            padding-left: 75px;
        }

        .report-page .chart-table .row-group tr:first-child td {
            padding-top: 15px;
            padding-bottom: 10px;
        }

        .report-page .chart-table .row-group tr:last-child td {
            padding-bottom: 15px;
        }


.modal {
    backdrop-filter: blur(30px);
}

.form-group.with-top-label {
    position: relative;
}

    .form-group.with-top-label label {
        position: absolute;
        top: -8px;
        left: 12px;
        background: white;
        font-size: 0.75rem;
        padding: 0 5px;
        color: #959ca2;
    }

.page-footer .btn {
    box-shadow: 0 3px 5px #0003;
}

.btn-navy {
    background-color: #959ca2;
    color: #fff;
    font-weight: bold;
}

.btn-navy:hover {
    background-color: #2b7ec1;
    color: #fff;
}

.btn-salmon {
    background-color: #f16775;
    color: #fff;
}

    .btn-salmon:hover {
        background-color: #f16775;
        color: #fff;
    }

.thin-gutters > div {
    padding-right: 5px;
    padding-left: 5px;
}

.row.thin-gutters {
    margin-right: -5px;
    margin-left: -5px;
}

.bg-primary {
    background: #00467f !important;
}

.bg-secondary {
    background: var(--secondary) !important;
}

.bg-info {
    background: var(--info) !important;
}

.bg-warning {
    background: var(--warning) !important;
    color: #fff;
}

.bg-blue {
    background: var(--blue) !important;
}

.bg-purple {
    background-color: #000850 !important;
}
.text-black {
    color: var(--black) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-info {
    color: var(--info) !important;
}

.text-warning {
    color: var(--warning) !important;
}

.text-blue {
    color: var(--blue) !important;
}

.text-gray {
    color: #6b7280;
}

.bg-gray {
    background-color: #f3f3f3;
}

.w-0 {
    width: 0 !important;
}

.h-0 {
    height: 0 !important;
}

.text-2xs {
    font-size: 0.675rem !important;
}

.text-xs {
    font-size: 0.75rem !important;
}

.text-sm {
    font-size: 14px !important;
}

.text-md {
    font-size: 1rem !important;
}

.text-lg {
    font-size: 1.125rem !important;
}

.text-xl {
    font-size: 1.25rem !important;
}

.text-2xl {
    font-size: 1.375rem !important;
}

.text-3xl {
    font-size: 1.5rem !important;
}

.text-4xl {
    font-size: 1.75rem !important;
}

.text-5xl {
    font-size: 2rem !important;
}

.text-underline {
    text-decoration: underline !important;
}

.btn-warning {
    background: var(--warning) !important;
    border-color: var(--warning) !important;
    color: #fff;
}

    .btn-warning:hover, .btn-warning:focus {
        background: var(--warning-dark) !important;
        border-color: var(--warning-dark) !important;
        color: #fff;
    }

.btn-secondary {
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

    .btn-secondary:hover, .btn-secondary:focus {
        background: var(--secondary-dark) !important;
        border-color: var(--secondary-dark) !important;
    }

.btn-secondary-outline {
    color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}

    .btn-secondary-outline:hover, .btn-secondary-outline:focus {
        color: white !important;
        background: var(--secondary) !important;
    }

.btn-white {
    background: white;
    color: black;
}

.white-card {
    background: white;
    padding: 1rem 1.25rem;
    box-shadow: 0 2px 5px #0002;
}

.card-shadow {
    box-shadow: 0 2px 5px #0002;
}

.white-card .card-title {
}

    .white-card .card-title h3 {
        font-size: 1rem;
        font-weight: bold;
    }

.white-card .card-body {
    padding: 0;
}

.white-card .card-title ~ .card-body {
    margin-top: 1rem;
}

.print {
}

.progress-bar {
    height: 2.5rem;
    background: var(--info-light);
    border-radius: 3px;
}

    .progress-bar .progress {
        height: 100%;
        background: var(--info);
        border-radius: 3px;
    }

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-full {
    border-radius: 99999999px !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: whitesmoke;
}

.reportList {
    line-height: 41px;
    list-style-type: none;
}

.reportList-total {
    line-height: 41px;
    list-style-type: none;
    padding-left: 0px;
}

.bg-light-blue {
    background-color: rgb(213 235 255) !important;
    color: rgb(37 139 230);
    text-transform: uppercase;
    font-size: 0.8rem !important;
}

.borderless td, .borderless th {
    border: none !important;
}

.btn-outline-light-grey {
    color: #6c757d;
    border-color: #f3f3f3;
}

    .btn-outline-light-grey:not(:disabled):not(.disabled).active, .btn-outline-light-grey:not(:disabled):not(.disabled):active, .show > .btn-outline-light-grey.dropdown-toggle {
        color: black;
        background-color: #f4f4f4;
        border-color: #efefef;
    }

    .btn-outline-light-grey:hover {
        color: black;
        background-color: rgb(213 215 216);
        border-color: #efefef;
    }

.nav-pills .nav-link {
    text-align: left !important;
}

.text-mute {
    color: #afb4b8 !important;
}

.text-lightBlue {
    color: #007bff !important;
}

.text-bold-600 {
    font-weight: 600;
}

.table-responsive-y {
    overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


/* Tabs*/
section {
    padding: 60px 0;
}

    section .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

#tabs {
    background: #007b5e;
    color: #eee;
}

    #tabs h6.section-title {
        color: #eee;
    }

    #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #1e88e5;
        background-color: transparent;
        border-color: transparent transparent #f3f3f3;
        border-bottom: 3px solid !important;
        font-size: 16px;
        font-weight: bold;
    }

    #tabs .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        color: #eee;
        font-size: 16px;
    }
.nav-item .nav-link {
    cursor: pointer;
}

.nav-tabs {
    border-bottom: 3px solid #f3f3f3;
}

.nav-link {
    color: #737373;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.table-tabs {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table-tabs th {
        border-top: 0;
        padding: 0.75rem;
        vertical-align: bottom;
        color: #737373;
    }

    .table-tabs .table-link {
        cursor: pointer;
    }

        #table .table-tabs .table-item.show .table-link, .table-tabs .table-link.active, .table-tabs .table-item.active {
            color: #1e88e5;
            background-color: transparent;
            border-color: transparent transparent #f3f3f3;
            border-bottom: 3px solid !important;
            font-size: 16px;
            font-weight: bold;
        }

.empty-data {
    color: #959CA2;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 300px;
    padding-bottom: 20px;
}