body {
  
}
#results, .report_filter {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}
.bar_code_wrap_count {
  display: flex;
}
.bar_code_wrap_count .bar_code_bricks{
  margin-right: 15px;
}
.bar_code_wrap {
  display: flex;
}
.bar_code_wrap_horozontal {
  display: block;
}
.bar_code_wrap_horozontal .bar_code_bricks {
  margin-bottom: 5px;
}
.bar_code_wrap .bar_code_bricks{
  height: 20px;
  background: #a91a10;
}
.queston_wrapper {
  background: #eee;
  padding: 10px;
  margin-bottom: 1em;
}
.blockbg {
	border-radius: 20px;
	display: inline-block;
	height: 13px;
	margin-bottom: -2px;
	margin-right: 2px;
	margin-top: 0;
	width: 13px;
}
.bar_code_wrap_count_overall {
  font-weight: bold;
  margin-top: 5px;
}
.question_wrap_wrapper .bar_code_wrap {
  margin-bottom: 1em;
}

.repparwrap {
  border: 1px solid #Ebbc57;
  padding: 8px;
  margin-bottom: 1em;
}
.reppar {
	color: #fff;
	background-color: #Ebbc57;
	border-color: #ddd;
	font-size: 18px;
	display: block;
	padding: 8px;
	padding-left: 40px;
	margin-bottom: 10px;
	cursor: pointer;
	margin-top: 0;
}

#loading {
  background: black;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  position: fixed;
  padding-top: 20%;
  text-align: center;
}
.qestion-warp {
  background: #eee;
  padding: 10px;
  margin-bottom: 1em;
}
/* Example CSS for the tag cloud */
.tag-cloud span {
  display: inline-block;
  margin: 0 5px;
}



/* Custom styling for word cloud checkboxes */
.cloudclass {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cloudclass input {
  display: none;
}

.cloudclass label {
  display: inline-block;
  margin: 5px;
  padding: 8px;
  background-color: #3498db; /* Set your desired background color */
  color: #fff; /* Set your desired text color */
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px; /* Set the default font size */
}

.cloudclass input:checked + label {
  background-color: #e74c3c; /* Set your desired background color for checked state */
}

/* Cloud wrapper styles */
.cloudwrapper {
  display: flex;
  flex-wrap: wrap;
}

/* Individual checkbox styles */
.cloudwrapper > div {
  margin: 5px;
  padding: 5px;
  
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
}

/* Adjust font size based on data-count */
.cloudwrapper > div input {
  margin-right: 5px;
}

/* Additional styling, adjust as needed */
.cloudwrapper > div label {
  font-weight: bold;
  margin-right: 10px;
  padding: 1px 9px;
}
/* Change background color of checked checkboxes */
.cloudwrapper > div input:checked + label {
  background-color: red;
  color: white; /* Text color for better visibility */
}
/* Hide the checkbox box and keep the label visible */
.cloudwrapper > div input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.question-wrap {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 10px;
}

.question-title {
  margin-top: 0;
}

.tag-container {
  margin-bottom: 10px;
}

.tag-textfield {
  width: 200px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.save-button {
  padding: 5px 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.save-button:hover {
  background-color: #0056b3;
}

.tag-updated-message {
  margin-top: 5px;
  font-style: italic;
  color: #28a745; /* Green color */
}


.filtersresult-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.filters-container {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 0 10px;
}

.filters-container-left {
  flex: 0 0 30%;
}

.filters-container-right {
  flex: 0 0 70%;
}
