.loading {
	background-color: black;
	width: 90px;
	height: 90px;
	opacity: 1;
	border-radius: 50%;
}

.loading > .p-dialog-content {
	background-color: var(--surface-900) !important;
	border-radius: 90%;
	opacity: 1;
	padding: 0.25em 0.25rem 0.25rem 0.25rem;
	border-style: hidden;
	overflow: hidden;
}

.carousel-demo .product-item .product-item-content {
	border: 1px solid var(--surface-d);
	border-radius: 3px;
	margin: 0.1rem;
	text-align: center;
	padding: 1rem 0;
}

.carousel-demo .product-item .product-image {
	width: 80%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

/* PickListDemo.css */

.picklist-demo,
.product-item {
	display: flex;
	align-items: center;
	padding: 0.5rem;
	width: 95%;
}

.picklist-demo,
.product-item img {
	width: 75px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
	margin-right: 1rem;
}

.picklist-demo,
.product-item .product-list-detail {
	flex: 1 1 0;
}

.picklist-demo,
.product-item .product-list-action {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.picklist-demo,
.product-item .product-category-icon {
	vertical-align: middle;
	margin-right: 0.5rem;
}

.picklist-demo,
.product-item .product-category {
	vertical-align: middle;
	line-height: 1;
}

@media screen and (max-width: 576px) {
	.picklist-demo,
	.product-item {
		flex-wrap: wrap;
	}

	.picklist-demo,
	.product-item .image-container {
		width: 100%;
		text-align: center;
	}

	.picklist-demo,
	.product-item img {
		margin: 0 0 1rem 0;
		width: 100px;
	}
}

.p-tag-value {
	padding: 3px;
	font-size: 0.8rem;
}

table.calendar {
	width: 100%;
	border-collapse: collapse;
	background-color: white;
	margin: 0 auto;
}

table.calendar th,
table.calendar td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
}

table.calendar th {
	background-color: #4caf50;
	color: white;
}

.hour {
	font-weight: bold;
	background-color: #f9f9f9;
}

.minutes div {
	font-size: 0.05rem;
	padding: 2px;
	border-bottom: 1px solid #ddd;
}

.minutes div:last-child {
	border-bottom: none;
}

.diaCalendario {
	min-width: 500px;
	min-height: 900px;
	background-color: #ddd;
	display: flex;
	align-items: center;
}

.horas {
	width: 30%;
	height: 100%;

	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	/* border: 3px solid blue; */
}

/* .citas {
    position: relative;
            min-width: 70%;
            min-height: 900px;
           
        }

        .hora {
            width: 100%;
            height:60px;
            
        }

        .citacard {
          
        }

        .cardcitadetalle{
            margin-top: 05px;
            padding: 10px;
         
        }

         .cardcitadetalle > p{
            margin: 0;
            font-size: 0.8rem;
         }

          .cardcitadetalle > h5{
            margin: 0;
            font-size: 0.9rem;
         } */

.citas {
	position: relative;

	min-width: 90%;

	min-height: 900px;
}

.cardcitadetalle > h5 {
	margin: 0;

	font-size: 0.8rem;
}

.cardcitadetalle {
	padding: 1px;
}

.p-tabview .p-tabview-panels {
	background: #ddd;

	color: rgba(0, 0, 0, 0.87);

	border-bottom-right-radius: 4px;

	border-bottom-left-radius: 4px;
}

.horas {
	width: 10%;
	height: 100%;

	border-right: 1px solid #999;
}

* este es el tamaño de la Fuente de las horas h5 {
	font-size: 0.85rem;

	font-weight: 800;

	padding: 2px;
}

.hora {
	width: 1000%;

	height: 60px;

	border: 1px solid #999;

	border-bottom: none;
}

.toastBody {
	display: flex;
	flex-direction: column;
	/* background-color: #f8d7; */

	/* align-items: center; */
}

.toastBody ul {
	list-style-type: none; /* Elimina los puntos de la lista */
	padding: 0; /* Elimina el padding predeterminado */
	margin: 0; /* Elimina el margen predeterminado */
}

.toastBody ul li {
	margin-bottom: 8px; /* Espacio entre elementos de la lista */
	font-size: 14px; /* Tamaño de la fuente */
	color: #333; /* Color del texto */
}

.toastBody ul li strong {
	font-weight: bold; /* Asegura que el texto sea en negrita */
	color: #000; /* Color del texto en negrita */
}
