.roommaster-quantity__label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	color: #555;
}

.roommaster-quantity .gem-qty {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
}

.roommaster-quantity .gem-qty__btn {
	width: 20px;
	min-width: 20px;
	min-height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	cursor: pointer;
}

.roommaster-quantity .gem-qty__btn:hover:not(:disabled) {
	background: #f5f5f5;
}

.roommaster-quantity .gem-qty__btn:disabled {
	opacity: .35;
	cursor: not-allowed;
}

.roommaster-quantity .gem-qty__input {
	width: 30px;
	max-width: 30px;
	height: auto;
	min-height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	font-size: 15px;
	text-align: center;
	-moz-appearance: textfield;
	appearance: textfield;
}

.roommaster-quantity .gem-qty__input::-webkit-outer-spin-button,
.roommaster-quantity .gem-qty__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.roommaster-quantity__max {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	color: #777;
}

.roommaster-inventory__label,
.gem-price-rooms {
	display: block;
}

.gem-price-rooms {
	font-size: 13px;
	color: #777;
}

/* [GEM] Stepper trong sidebar Reservation Summary */
.roomdetails-room__quantity .gem-qty-form {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
}

.roomdetails-room__quantity .gem-qty {
	display: inline-flex;
	align-items: stretch;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
}

.roomdetails-room__quantity .gem-qty__btn {
	width: 20px;
	min-width: 20px;
	min-height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	cursor: pointer;
}

.roomdetails-room__quantity .gem-qty__btn:hover:not(:disabled) {
	background: #f5f5f5;
}

.roomdetails-room__quantity .gem-qty__btn:disabled {
	opacity: .35;
	cursor: not-allowed;
}

.roomdetails-room__quantity .gem-qty__input {
	width: 30px;
	max-width: 30px;
	height: auto;
	min-height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	font-size: 14px;
	text-align: center;
	-moz-appearance: textfield;
	appearance: textfield;
}

.roomdetails-room__quantity .gem-qty__input::-webkit-outer-spin-button,
.roomdetails-room__quantity .gem-qty__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.roomdetails-room__quantity .gem-qty.is-loading {
	opacity: .5;
	pointer-events: none;
}

.roomdetails-room__quantity .gem-qty-unit {
	font-size: 14px;
}

/* [GEM] Ajax loading + thông báo lỗi */
.roommaster-quantity .gem-qty.is-loading {
	opacity: .6;
	pointer-events: none;
}

#gem-reservation-summary {
	transition: opacity .2s;
}

#gem-reservation-summary.is-loading {
	opacity: .5;
	pointer-events: none;
}

.gem-qty-message {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.4;
	color: #d63638;
}