main {
  margin-top: -25px;
}
canvas {
  width: 100% !important;
}

.charts {
  width: 100%;
  height: 500px;
  background-color: red;
}

#cont {
  width: 100%;
  height: 500px
}

#cont1 {
  width: 100%;
  height: 500px;
}

p {
  margin: 0
}

.chart-box,
.table-flex,
.flex-image {
  display: flex;
  /* height: 500px; */
  justify-content: center;
}


.flex-text {
  display: flex;
}

.text{
  max-width: 100%;
}

#ptag{
  overflow: scroll;
}
#ptag::-webkit-scrollbar {
  display: none;
}

.leftside,
.rightside {
  color: rgb(0, 0, 0);
  text-align: justify;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-width: 250px;
  min-width: 250px;
}

.leftside {
  padding-right: 20px;
  /* margin-right: auto; */
}

.rightside {
  padding-left: 20px;
  /* margin-left: auto; */
}

.leftside p,
.rightside p {
  word-wrap: break-word;
}

.topside,
.bottomside {
  max-height: 100px;
  color: rgb(0, 0, 0);
  /* text-align: center; */
  text-justify: inter-word;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.topside {
  margin-bottom: 20px;
}

.bottomside {
  margin-top: 20px;
}

.topside::-webkit-scrollbar,
.bottomside::-webkit-scrollbar {
  display: none;
}

.leftside::-webkit-scrollbar,
.rightside::-webkit-scrollbar {
  display: none;
}

.topside p,
.bottomside p {
  padding: 5px
}

.scratch-line {
  width: 100%;  
  white-space:nowrap;
  overflow:hidden;
  margin-top: 30px;
  /* background-color:red;
  height: 10px;*/
  /* color: yellow!important; */
}

.big-container {
  margin: 20px 0;
}

.categories input[type="radio"] {
  display: none;
}

.categories{
  display: flex;
  align-items: center;
}


.categories label{
  /* padding: 2px 10px; */
  width: 243px!important;
  border: 1px solid rgba(128, 128, 128, 0.153);
  border-radius: 5px;
  background-color: #337ab7;
  text-align: center;
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  line-height: 30px;
  height: 30px!important;
  overflow: hidden;
  margin: 3px;
  white-space: nowrap;
}
.categories label.active{
  background-color: #286090;
}

.filter-container .filter{
  display: inline-block;
}


/* CSS for Charts */
.selected-btn {
  background-color: #277BC0;
  color: white;
}

.command-btn {
  width: 60px;
  text-align: center;
  font-size: 60%;
  /* padding-left: 5px;
  margin-left: 5px; */
}

.chart-type {
  width: 150px;
  background-color: rgb(244, 91, 91) !important;
  font-size: 70%;
  text-align: left;
}
.chart-type:active,
.chart-type:focus {
    outline: none;
}

.charts-numbers {
  margin-left: 30px;
}

.container {
  margin-top: 20px;
}

.charts-btn {
  float: left;
  margin-top: 10px;
  background-size: cover;
  width: 35px;
  height: 35px;
  border: none;
}

.charts-btn:focus {
  outline: none;
}

.chart-year {
  margin-left: 100px;
}

.chboxstyle {
  background-color: #ECECEC;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  display: flex;
  max-width: max-content;
  align-items: center;
  height: 40px;
}

#language{
  /* for arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  font-size: 12px;
  width: 50px;
}

.yearbox {
  max-width: 450px;
}

.chart-commands {
  float: right;
}

.if-clicked {
  background-color: #214664;
}

.row-id {
  width: 50px;
  text-align: center;
  background-color: #F1F1F1;
}

.chart-row-name {
  width: 400px;
  text-align: center;
  color: white;
}


th {
  background-color: #277BC0;
  color: white;
  height: 20px;
}

.chart-value {
  width: 100px;
  text-align: center;
}

td {
  height: 30px;
}

.table-input-td {
  width: 100%;
  /* height: 34px; */
  border: 0px;
}

.table-input-th {
  width: 100%;
  height: 20px;
  text-align: center;
  background-color: #277BC0;
  border: 0px;
}

.new-row-column {
  width: 100%;
  height: 20px;
  border: 0px;
}

table.table-bordered {
  border: 1px solid gray;
  margin-top: 20px;
}

table.table-bordered>thead>tr>th {
  border: 1px solid gray;
}

table.table-bordered>tbody>tr>td {
  border: 1px solid gray;
}

table caption {
  background-color: #1B4F84;
  color: #fff;
  padding: 5px 0;
}

.cp-caption{
  background-color: #1B4F84;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.tableCaption{
  /* background-color: #1B4F84; */
  color: #000;
  padding: 5px 0;
  /* text-align: center; */
}

.charts-namebar{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  font-size: 20px;
  left: 10px;
  color: rgb(0, 0, 0);
}
.chart-name{
  font-weight: bold;
}
.chart-subtitle{
  font-style: italic;
  font-size: 15px;
}
.highcharts-title{
  font-size: 20px;
  color: rgb(0, 0, 0);
}

.wraper-empty {
  text-align: center;
  margin-top: 8%;
  opacity: 0.5;
}

.wraper-empty-title {
  margin-top: 5%;
}

.wraper-img {
  width: 250px;
  margin-left: 25px;
}

/* Chats */

/* .chart-image {
  background-color: #1B4F84;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  margin-top: 20px;
  width: 100%;
} */

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}

#container {
  height: 400px;
}

.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.2em;
  color: #555;
}

.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;
}


.filter-container .filter{
  display: inline-block;
  width: 80%;
}
.filter-container .lang-filter{
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.filter-container .lang-filter *{
 height: 30px;
 margin: 0 5px;
}

.filter-container{
  display: flex;
  justify-content: space-between;
  padding: 0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 15%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 200px;
}

/* The Close Button */
.close {
  color: #373737;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.size-input{
  height: 22px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: 20px;
}

.first{
  margin-right: 5px;
}

/* Chrome, Safari, Edge, Opera */
.size-input::-webkit-outer-spin-button,
.size-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.size-input[type=number] {
  -moz-appearance: textfield;
}

#mobileCategory{
  width: 60%;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 12px;
}


@media only screen and (max-width: 768px) {
  .categories{
    display: none;
  }
  .chboxstyle{
    margin-left: 10px;
  }
}
