.resonse_heading
 {
  font-family: Lato,Arial,sans-serif;
  border-color: #ddd #ccc #ddd #00e396;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  box-shadow: 2px 2px 2px #f7f7f7;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
} 

.width-80 {
  width: 80%;
}

.input-width-75 {
  width: 75%;
}

.input-width-125 {
  width: 125%;
}

.width-30 {
  width: 30%;
}

.width-35 {
  width: 35%;
}

.chart-size {
  width: 90%;
  height: 80%;
  min-height: 80%;
  overflow: hidden;
}

.required::after {
  content: ' *';
  color: red;
  font-weight: bold;
}

.td-width-25 {
  width: 25%;
}

table.dataTable tbody tr.selected {
    background-color: #4CAF50 !important; /* Custom green background */
    color: #fff !important;               /* White text for better contrast */
}

.captcha-img-size {
  width: 50%;
  height: auto;
}

.refresh-img-pointer {
  cursor: pointer;
}

.red-text {
  color: red;
}

.danger-alert-msg {
  border: 2px solid #e07b7b;
  color: #b02a37;
  background-color: #f9e2e3;
  padding: 10px 15px;
  border-radius: 5px;
}