fieldset.scheduler-border {
	border: 1px groove rgb(238, 238, 238) !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow:  0px 0px 0px 0px #000 !important;
	box-shadow:  0px 0px 0px 0px #000 !important;
}
legend.scheduler-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width:auto;
	padding:0 10px !important;
	border-bottom:none !important;
}
.service-name {
	font-size: x-small;
}
.service-card {
	text-align: center;
	width:  30%;
	margin: 1.5% !important;
	border-radius:5px 5px 5px 5px;
}
.service-card-head {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 30px;
	color:white;
	font-weight:bold;
	padding-top:5px ;
	font-size: 0.7em;
}
.logo-icone-service {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}
.btn-service:hover {
	box-shadow: 0px 0px 3px 0px grey !important;
}
.form-check-input{
	width: 20px;
	height: 20px;
	position: initial;
	margin: auto;
}
.redIndicator{
	color:red;
	font-size: small;
}
.btn-plus-minus {
	margin: 0 0 0 5px;
  cursor: pointer;
  width: 29px;
	height: 29px;
	text-align: center;
	border-radius: 50%;
}
.user-active {
	background-color: rgba(10, 187, 135, 0.1);
	color: #0abb87;
	cursor: text !important;
}
.user-inactive {
	background-color: rgba(93, 120, 255, 0.1);
	color: #5d78ff;
	cursor: text !important;
}

.small-loading{
	color: grey;
	font-size: small;
	font-weight: 100;
}


.sweet-confirm{
	background-color:#6554c0 !important;
	&:focus {
	  outline: none;
	  box-shadow: unset !important; 
	}
  }
  .swal2-cancel{
	background-color: white !important;
	color: #333333 !important;
	box-shadow: 0px 0px 1px 0px rgb(232, 232, 232);
	&:focus {
	  outline: none;
	  box-shadow: unset !important; 
	}
  }
  .swal2-cancel:hover{
	
	background-color: hsl(0deg 0% 96.08% / 0%);
  }
  .btnShadowNeutre{
	margin-right: 8px;
	box-shadow: 5px 6px 5px 0px grey !important;
  }
  .btnShadow{
	margin-right: 8px;
	background-color: #6554c0 !important;
	///box-shadow: 5px 6px 5px 0px grey !important;
	color:white !important
  }
  .actionBtn{
	background-color: white !important;
	color:#6554c0 !important;
	border: 1px solid #6554c0;
  }
  .sweet-popup{
	z-index: 1000000 !important;
	font-family: 'Arial' !important ;
	text-align: start;
	width: auto;
	max-width: 550px;
  }
  .sweet-title-class {
	font-size: 25px !important;
  }
  .swal2-actions{
	margin: 0px;
  }
  .swal2-html-container{
	padding: 0px !important;
	display: block;
	font-size: 14px !important;
	text-align: start !important;
	margin: 20px !important;
	color: #666666 !important;
	font-family: 'Arial' !important;
  }
  
  .sweet-actions {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	margin-right: 15px;
	font-family: 'Arial' !important;
  }
  .swal2-confirm, .swal2-cancel {
	text-transform: uppercase;
	font-size: 14px !important;
  }

  .truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  .swal2-title{
	font-size: 16px !important;
	margin-bottom: 15px;
	text-align: left;
	font-family: 'Arial';
	color: #333333;
	font-weight: bold;
  }
  .flex-center{
	display: flex; 
	align-items: center;
  }

  .clicked, .btn-action {
	transition: transform 0.2s ease-in-out;
  }
  
  .clicked:active, .btn-action:active {
	transform: translateY(5px);
  }
  .service-logo-list{
	width: 30px;
	background-color: #2e12842e;
    padding: 5px;
    border-radius: 5px;
  }

/* Bulk payment result SweetAlert */
.bulk-result-popup .bulk-result-swal {
  padding: 8px 0;
}
.bulk-result-stats {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 16px;
}
.bulk-result-item {
  flex: 1;
  max-width: 140px;
  padding: 20px 16px;
  border-radius: 14px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.bulk-result-success {
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.25);
}
.bulk-result-success .bulk-result-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #16a34a;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.bulk-result-success .bulk-result-value {
  font-size: 28px;
  font-weight: 700;
  color: #166534;
}
.bulk-result-success .bulk-result-label {
  font-size: 13px;
  color: #15803d;
  font-weight: 500;
}
.bulk-result-failed {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
}
.bulk-result-failed .bulk-result-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ef4444;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.bulk-result-failed .bulk-result-value {
  font-size: 28px;
  font-weight: 700;
  color: #b91c1c;
}
.bulk-result-failed .bulk-result-label {
  font-size: 13px;
  color: #dc2626;
  font-weight: 500;
}
.bulk-result-total {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
  text-align: center;
}