/* CSS Format mobile */
@media ( max-width :768px) {
	.visiteurContent{
		margin-top : 70px;
	}
}



.scrollable-list {
	height: 300px;
	overflow-y: auto;
}

.visiteur-title{
	color: #E13510;
	font-weight: bold;
	font-size: 20px;
}

/* .visiteurSelect .active{ */
/* 	background-color: #E13510; */
/* 	border-color: #E13510; */
/* } */

.visiteurContent{
	margin-top : 90px;
}

/* .equipment-container { */
/*   margin: 0 auto 30px auto;  */
/*   max-height: 430px;  */
/*   overflow-y: auto;  */
/*   border: 1px solid #ddd; */
/*   border-radius: 8px; */
/*   padding: 0px 20px; */
/*   width: 90%;  */
/*   max-width: 1000px;  */
/*   box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
/*   background-color: #f9f9f9;  */
/* } */

.visiteurSelect {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.visiteurSelectBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border: 2px solid #E13510;
  border-radius: 5px;
  background-color: white;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  height: 100%; 
}


.visiteurSelectBtn img {
  width: 60px; 
  height: 60px;
  margin-bottom: 5px;
  object-fit: contain; 
}

.visiteurSelectBtn.selected {
    background-color: #FF2B06;
    color: white;
}

.btn-visiteur-cancel{
	color: #E13510 !important;
	border-color: #E13510 !important;
}

.visiteur-loader{
	width:150px !important; 
	height:150px !important;
	margin-top: 20px;
}

.visiteurPanel{
	display: flex; 
	flex-direction: column; 
	height: calc(100vh - 300px);
}

.btn-tel-number span, .btn-tel-erase img {
	display:block;
	width:30px;
	height:30px;
}



