
/*
Theme Name: Bacchanalia
Theme URI: https://www.theloyaltyco.app/
Author: Theloyaltyco.app
Author URI: https://www.theloyaltyco.app/
Description: Bacchana Theme Template
Version: 1.0
License: Bacchanalia
License URI: https://www.theloyaltyco.app/
Text Domain: Bacchanalia
*/
@import url("https://cdn-hdeof.nitrocdn.com/ZOVQqfjmosIFBbnxLjEWDLbBtnWKDuTh/assets/static/optimized/rev-f46e7f9/bacchanalia.co.uk/wp-content/themes/bacchanalia/assets/css/popup.css");

.errorMsg {
	color: red;
	font-size: 12px;
	display: inline-block;
}

.login-message {
	color: red;
}

.login-message-success {
	color: green;
	font-size: 14px;
}

.forget-message-success {
	color: green;
	font-size: 16px;
}

.forget-message {
	color: red;
	font-size: 14px;
}

.register-message {
	color: red;
	font-size: 14px;
}

.selected_booking_table_type {
	text-transform: capitalize;
}

.desktop_slider_wrap {
	display: block;
}

.mobile_slider_wrap {
	display: none;
}

@media (max-width: 767px) {
	.desktop_slider_wrap {
		display: none;
	}
	
	.mobile_slider_wrap {
		display: block;
	}
}
