@font-face {
	font-family: 'Kelson';
	src: url(../../../libs/fonts/KelsonBold.otf);
	font-weight: 700;
}
@font-face {
	font-family: 'Kelson';
	src: url(../../../libs/fonts/KelsonRegular.otf);
	font-weight: 400;
}
.highcharts-figure, .highcharts-data-table table {
    min-width: 300px; 
    max-width: 1300px;
    margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.5em;
    color: rgb(0, 0, 0);
}
.highcharts-data-table th {
	font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


 .highcharts-data-label-box {
	 fill: none;
	 stroke-width: 0;
}
 .highcharts-data-label text {
	 font-size: 14px;
	 font-weight: bold;
	 color: #b0b0b3;
	 /* text-shadow: 0 0 2px rgb(146, 146, 146), 0 0 3px rgb(255, 255, 255); */
	 fill: #b0b0b3;
	 text-rendering: geometricPrecision;
}
 .highcharts-data-label-connector {
	 fill: none;
}
/* No-data module */
 .highcharts-no-data text {
	 font-weight: bold;
	 font-size: 14px;
	 fill: #60606a;
}
 
text.highcharts-title {
    font-size: 1.8em !important;
}

#container {
    background: #ffffffbb !important;
    /* position: relative; */
    min-height: 500px;
    padding-top: 12px;
    border-radius: 30px;
}
#container svg {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.highcharts-legend > rect {
    fill: transparent;
}
.highcharts-tooltip {
  line-height: 1.3em;
}
.highcharts-tooltip span{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
font-size: 14px !important;
}
h2 {
    display: block;
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    width: 70%;
    margin: 0 auto;
}
 body {
            width: 1024px;
            height: 680px;
            padding-right: 0;
            padding-top: 0;
            overflow: hidden;
            border: 1px solid #ccc;
        }

        .left {
            width: 860px;
            display: inline-block;
            padding-top: 10px;
        }

        .right {
            width: 258px;
            display: inline-block;
            position: relative;
            height: 680px;
        }

        .top-icon {
            display: inline-block;
            padding-right: 20px;
            padding-left: 20px;
        }

        .container-fluid {
            display: flex;
            overflow: hidden;
            padding-right: 0;
        }

        h2 {
            font-family: 'Kelson';
            color: #ff0000;
            display: inline-block;
            text-align: left;
            font-size: 29px;
        }

        #container {
            border: 1px solid #ccc;
            border-radius: 0;
        }

        img.logo {
            padding-top: 10px;
        }

        .menu {
            position: absolute;
            right: -5px;
            top: 5px;

        }

        .menu li {
            list-style-type: none;
            padding: 0px;
            margin-bottom: 3px;
        }
        .menu li img {
            width: 190px;
            box-shadow: -1px 0px 5px #00000010;
        border-radius: 5px;
        }
        .nextbtn {
            float: right;
        padding-top: 0px;
        margin-right: -5px;
        width: 100px;
        }

@media (max-width: 768px) {

    body {
        width: 100% !important;
        min-height: 100vh !important;
    }
    .right {display: none;}
    .container-fluid {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
    .left {
        width: 100% !important;
        display: block;
        text-align: center;
        padding-top: 10px;
    }
    h2 { text-align: center; padding-top: 10px; }
    #container {
        border: 0;
    }
    .buttonmb {
        text-align: center;
    }
    .buttonmb .mbbtn {
        display: inline-block;
        width: 138px;
    }
    .nextbtn {
        display: none;
    }
}