/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 09 2024 | 19:10:02 */
body {
	scroll-behavior: smooth !important;
}
.custom-carasol .jet-carousel__item-inner {
    padding: 30px 10px 10px 10px;
    box-shadow: 0 0px 10px #8080804f;
    border-radius: 5px;
}
.custom-carasol img.jet-carousel__item-img {
    height: 72px;
    width: 72px;
}
.service-carousol p {
    padding: 0 20px;
}


.mpa-service-form label {
	color:white!important;
	padding-bottom:15px;

	font-family: 'Poppins', sans-serif; 
    font-weight: 500; 
    font-size: 19px; 
}
/* Button styles */
.button {
    background-color: #3333cc;
    color: #ffffff;
	border:#3333cc;
	font-family: 'Poppins', sans-serif; 
    font-weight: 700; 
    font-size: 13px; 
}

.button:hover {
    background-color: #ffffff;
    color: #3333cc;
	border:#3333cc;
}

/* Label and select styles */
label{
	padding-bottom:15px;
    color: #ffffff;
	font-family: 'Poppins', sans-serif; /* Specify the Poppins font family */
    font-weight: 500; /* Set font weight to 500 */
    font-size: 19px; /* Set font size to 19 pixels */
}
select {
   
    color: #000000!important;
   
}

/* Calendar number styles */
/* Assuming the calendar numbers have a specific class, replace '.calendar-number' with the actual class name */
.calendar-number {
    color: #333333;
}

/* Date and time styles */
/* Assuming the date and time elements have specific classes, replace '.date-element' and '.time-element' with the actual class names */
.date-element,
.time-element {
    color: #3333cc;
}

input {
    color: black!important; 
    
    
}

input::placeholder {
    color: black!important;
}

.mpa-shortcode-title{
	color:white;
	font-family: 'Poppins', sans-serif; /* Specify the Poppins font family */
    font-weight: 500; /* Set font weight to 500 */
    font-size: 19px; /* Set font size to 19 pixels */
}
.cell-value mpa-service-name{
	color:white;
}

.cell-date{
	color:white;
}

.cell-title{
	color:white;
}
.cell-title span{
	color:white;
}
.cell-service{
	color:white;
}

.mpa-location-name{
	color:white;
	
}
.mpa-employee-name{
	color:white;
}
[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    color: #fff!important;
 
    background-color: #3333cc!important;
	border:#3333cc!important;
}	
select option:checked {
    background-color: #3333cc!important;
    color:black!important;
}
select option {
   
    color:black!important;
}
.mpa-price-free{
	color:white!important;
}
.mpa-cart-total{
	color:white;
}
.cell-price{
	display:none;
	
}
.mpa-cart-total{
	display:none;
}
.mpa-order{
	display:none;
}
.mpa-order.widefat{
	display:none;
}
.mpa-required-tip{
	display :none;
}
.mpa-order-details{
	display:none;
}

.mpa-shortcode-title{
	 color: #ffffff;
	font-family: 'Poppins', sans-serif; /* Specify the Poppins font family */
    font-weight: 500; /* Set font weight to 500 */
    font-size: 19px; /* Set font size to 19 pixels */
}
.mpa-message{
	text-align:center;
	 color: #ffffff;
	font-family: 'Poppins', sans-serif; 
    font-weight: 500; 
    font-size: 24px;
}
.cell-people{
	display:none;
}