* {
  font-family: "Open Sans";
}

.table_data {
  font-size: 20px;
  color: gray;
  cursor: pointer;
}

/*.table_data:hover {
	background: #2C7BE5;
	color:white;
	cursor: pointer;
}*/
.table_data:active,
.focus {
}
.table_Header {
  font-size: 20px;
  color: gray;
  background: white;
}
.modal_header {
  font-size: 20px;
  padding: 10px;
  margin-top: 10px;
  color: black;
  margin-bottom: -5px;
}
.form_input {
  padding: 0px 10px;
}
.button_class {
  text-align: end;
  margin-right: 10px;
}
.table_data_active {
  background: #2c7be5;
  font-size: 20px;
  color: white;
}
.right_section {
  margin-top: 25px;
}

.header_input {
  border-radius: 20px;
}

.user-option:hover {
  cursor: pointer;
  background-color: #fefefe;
}

.name-field {
  padding: 0px !important;
  background-color: grey;
  height: 100px;
}
table {
  table-layout: fixed;
  word-wrap: break-word;
}
table td {
  font-size: 13px;
}

.spinner-btn {
  padding: 2px 25px;
  margin-right: 6px;
}

ReactSearchAutocomplete [wrapper] {
  padding: 0px;
}

.user__role__table{
  text-align: center;
}


