/*
 *   Copyright (c) 2025 BiteArt
 *   All rights reserved.
 */

.form-control, .form-select {
	display: inline-block;
	width: 95%;
}

.input-group {
	width: 95%;
}

div.formfield span {
    padding-left: 5px;
}

#fecha, #hora_apertura, #hora_inicio {
	width:85%;
}

#organiza, #colabora {
	width:91%;
}

#precio_incluye {
	width:93%;
}

label {
	line-height: 30px;
}

#inputGroupContainer .inputWrapper {
  display: flex;
  gap: 30px;
}

#inputGroupContainer div.inputWrapper div.button-container {
	margin: 0;
	padding: 0;
}

#inputGroupContainer .inputWrapper .removeButton {
  margin-left: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

div.ql-editor {
	background-color:#ddd;
	
}

#editor, .ql-toolbar {
	width: 95%;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 576px) { 
	#fecha, #hora_apertura, #hora_inicio, #organiza, #colabora, #precio_incluye {
		width:95% !important;
	} 
}

@media (min-width: 576px) and (max-width: 767.99px) { 
	#fecha {
		width:95% !important;
	}
	#hora_apertura, #hora_inicio {
		width:91%;
	}
 }


 /* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
	#carteles .card-back .card-title {
		font-size:1rem;
	}
	#carteles .card-back h5.card-text {
		font-size:0.9rem;
	}

	#carteles .card-back p {
		font-size:0.75rem;
	}

	#carteles .card-back p a.button-blind {
		font-size:0.7rem;
		padding: 0.5em 1em;
  }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {  }

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {  }

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {  }

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { }

/* XX-Large devices (larger desktops)
 No media query since the xxl breakpoint has no upper bound on its width */
