<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('./main-layout.css');
@import url('./responsive.css');


.inner{
}

.parent-row{
    background-color: #F8F8F8;
    padding: 25px;
    width:100%;
	overflow: auto;
   height: 250px;
}

.service_row{
  height: 100%;
  overflow: auto;
  justify-content: space-between;
  width: 100%;
}

.service-row{
  justify-content: space-between;
  width: 100%;
}
.preview_services_box{
	border-radius: 10px;
}
.tab2 .preview_services_box{
	height: 500px;
  	max-height: 500px !important;
}

.service-box:hover{
	background-color: #eceaea;
	border-radius:10px;
	border:none;
}

.service-box{
	/* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
  	/* border: solid 1px #00000045; */
	border-bottom: 1px solid #ececec;
	cursor: pointer;
	div{
		/* font-weight:bold; */
		font-size: 17px;
		text-align: start;
	}
}

.bottom_row{
	vaadin-button{
		background-color: var(--my-salon-color);
		color: white;	
		cursor: pointer;
	}
}


.bottom_row, vaadin-tab[selected], .salon-text-color{
	color: var(--my-salon-color);
}

.cart-icon{
	border: solid 2px var(--my-salon-color);
	background-color: white;
	color: var(--my-salon-color);
	cursor: pointer;
}

.cart-icon:hover, .cart-icon.active{
	background-color: var(--my-salon-color);
	color: white;
}

.service-box2{
	border-bottom: solid 1px #00000045;
}

.bold_text{
font-weight:bold;
}

.parent-box{
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    margin-left: 10px;
    border-radius: 0.3rem;
    align-items: center;
    cursor: pointer;
    box-shadow: -2px 5px 0.2rem #E8E8E8;
    transition: ease 0.1s;
    margin-top: 10px;
    overflow:auto;
    min-width: 150px;
  }
  
.parent-box:hover{
    transform: translateY(-5px);
    border: 2px solid var(--my-salon-color); 
}

.parent-box.active{
    border: 2px solid var(--my-salon-color); 
    transform: translateY(2px);
  }
  
 .category-box{
 	width: 100%;
	vaadin-details-summary{
	 	padding: 10px;
	    cursor: pointer;
	    color: #000000;
	    background-color: white;
	    border-radius: 0.3rem;
	    border: 2px solid #dddddd;
	    margin-top: 10px;
	    transition: ease 0.1s;
	    width: 100%;
	    height: 55px;
	 }
	 
	 vaadin-details-summary:hover{
	 	background-color: var(--my-salon-color);
	    color: white;
	    border: 2px solid var(--my-salon-color);
	 }
	 
	 div{
	 	display:none;
	 }
  }
  
   .category-box.active{
   		vaadin-details-summary{
	   		box-shadow: -2px 5px 0.2rem #E8E8E8;
	    	border: 2px solid var(--my-salon-color);
	    	transform: translateY(-2px);
	 	}
   }
   
   
  .cats_column{
  
  }
  
  .selection_col{
	  width: 100%;
	  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	  height: 500px;
	  border: solid 1px #00000045;
	  border-radius:10px;
  }
  .time_selection_row:hover{
  	color:white;
  	background-color:var(--my-salon-color);
  }
  
.time_selection_row.selected{
  	border: solid 1px var(--my-salon-color);
  }
  
  .time_selection_row{
  	cursor:pointer;
  	width: 100%;
	padding: 10px;
	border-radius: 5px;
  }
  
  .service_time_employees{
	  width: 100%;
	  height: 500px;
	  overflow: auto;
	  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  }
  
  .preview_services_box{
	  width: 50%;
	  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
	  max-height: 500px;
	  overflow: auto;
	  border: solid 1px #00000045;
  }
  
  .bottom_row{
  	border-top: solid 1px #80808038;
  }
  
  .custom_box{
  	border: solid 1px #00000045;
  	border-radius: 10px;
  	padding: 20px;
  	font-weight: bold;
  }
  
  .preview_time_services_box{
  	border: solid 1px #00000045;
  	border-radius: 10px;
  	padding: 20px;
  	align-items: center;
  	height: fit-content;
  	
  	.custom_box{
  		max-height: 500px;
  		overflow: auto;
  	}
	h2{
		/* color: var(--my-salon-color); */
	}
  }

  .tab3{
  	.col2{
  		width:40% ;
  	}
	h3{
		color: var(--my-salon-color);
	}
	a{
		color: var(--my-salon-color);
	  }


	  vaadin-checkbox[checked]::part(checkbox)
	{
		background-color: var(--my-salon-color);
	}
/* 

    vaadin-text-field::part(label), vaadin-text-field &gt; label
	{
		color: var(--my-salon-color);
	} */
  }
  
.time{
  display: table;
  margin-top: 10px;
}

.time span{
  font-size: 45px;
  display:table-cell;
  vertical-align:middle;
}

.divider{
  width: 1px;
  background-color: #aca9a9;
  margin-left: 10px;
}

.date{
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.tab2{
  flex-wrap: wrap;
  justify-content: center;
}

.tab3{
	flex-wrap: wrap;
	justify-content: center;
    align-items: start;
}

vaadin-month-calendar::part(selected date), vaadin-month-calendar::part(date):hover {
	background-color: var(--my-salon-color);
	color: white;
	cursor: pointer;
}
vaadin-month-calendar::part(selected date){
	transition: none;
}

vaadin-radio-button[checked]::part(radio)
{
	background-color: var(--my-salon-color);
}


.custom_box.payment{
	/* color: var(--my-salon-color); */
}



/* The Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}</pre></body></html>