.data-table tbody tr:hover {
	background-color: #f5f5f5;
}
.custom-switch label{
  cursor:pointer;
}
.i-generic{
  
}
.i-breadcrumb{
  margin-right: 1em;
}
.btn-back{
  cursor: pointer;
  border: none;
  width: 20px;
  height: 16px !important;
  border-radius: 8px;
  display: inline-block;
  background-color:#3e4b5b;
  color: #fff;
}
.btn-back>i{
  margin: 0px;
  padding: 0px;
  font-size: 10px;
}
.btn-back:hover{
  background-color:#2374D1;
  color: #fff;
}
.logo-dashboard-in{
  display:block;
  margin:2em auto;
  width:60%;
  height:auto;
}
.logo-dashboard{
  display:block;
  width:100%;
  height:auto;
}
.logo-w{
  align-items: center;
  flex-direction: column;
  padding:5px 5px !important;
}
.menu-w .logo-w img {
  height: 43px !important;
  width: auto !important;  
}
.rsp{
  margin:1em 0px;
}
/*--user-card*/
.cnt-data{
	height: auto;
	min-height: 15vh;
	max-height: 50vh;
	overflow: auto;
}
.user-label{
	cursor: pointer;
}
.user-card {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
	width: 32%;
	height: 70px;
}

.user-card .form-check-input {
	margin-right: 5px;
}

.user-card .avatar-container {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 10px;
	display: block;
}

.user-card .avatar-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-info {
	flex-grow: 1;
	font-size: 0.9em;
}

.user-info h6 {
	margin-bottom: 0.2rem;
	font-size: 1em;
}

.user-info small {
	color: #6c757d;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
}

.toggle-icon {
    transition: transform 0.3s ease;
}

.toggle-icon.rotated {
    transform: rotate(180deg);
}

.space {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 1rem 0px 2rem 0px;
}

.space::after {
  content: "";
  background-color: #ccc;
  width: 25px;
  height: 4px;
  border-radius: 0px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0px;
}

/** Dbg **/
.breakPoint{
	background-color: #FF0F0F;
	color: #fff;
	margin-bottom: 0px;
}
.pre-dbg{
	padding:1em;
	text-align: left;
	background:#000;
	color:#fff;
	overflow:auto;
  max-height: 50vh;
}
.pre-dbg{
	padding: 1em;
	text-align: left;
	background: #000;
	color: #fff;
	overflow: auto;
	max-height: 50vh;
	position: relative;
}
.btn-copy {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0px 10px;
	font-size: 10px;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.pre-dbg:hover .btn-copy {
	opacity: 1;
}
.sp{
  color: #CE3D00;
	font-weight: bold;
	font-style: italic;
}
.ar{
  color: #77b7ef;
	font-weight: bold;
}
.comp{
  color: #338914;
}

.set{
  color: #CE3D00;
	font-style: italic;
}
.ttl-item{
  display: inline-block;
  width: 200px;
}
/**/