/* Styles definition here */
.ahb_list {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 10px 15px;
    margin: 8px 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #F3BD00;
    font-family: Arial, sans-serif;
    font-size: 14px;
	width: fit-content;
    margin: 0 auto;
}
.ahb_m3 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default.ui-state-active {
    background: #F3BD00;
}
.ahb_m3 #fbuilder td:not(.ui-datepicker-unselectable) a.ui-state-default:hover{
	 background: #F3BD00;
}

.ahb_m3 #fbuilder .slots div a{
	border-color: #F3BD00;
}

.ahb_m3 #fbuilder .slots div:not(.htmlUsed) a:hover {
    background: #F3BD00;
    color: #000;
}

#fbuilder input{
	padding: 15px !important;
}

.ahb_m3 #fbuilder .slots div.currentSelection.htmlUsed a {
    color: #000;
    background: #F3BD00 !important;
}
.ahb_m3 #fbuilder .slots div.htmlUsed.approved a {
    border: 1px solid #F3BD00;
    background: rgba(243, 189, 0, 0.2); /* hex #F3BD00 converted to RGB with 0.2 opacity */
	color:rgba(0, 0, 0, 0.35);
}
.ahb_list_time {
    font-weight: bold;
    color: #333;
}

.ahb_list_time .d {
    margin-right: 8px;
}

.ahb_list_service {
    background-color: #007bff;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 13px;
}

.ahb_list_quantity {
    margin-left: 10px;
    color: #555;
}

.cancel {
    text-decoration: none;
    color: #ff4d4d;
    font-weight: bold;
    padding: 3px 6px;
    border: 1px solid #ff4d4d;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
	display: flex;
	max-width: 20px;
	position: relative;
}

.cancel:hover {
    background-color: #ff4d4d;
    color: #fff;
}

.ahb_m3 #fbuilder a.cancel:before {
    display: inline-block;
    content: "X";
    color: #fff;
    background: #ff4d4d;
    border-radius: 999em;
    visibility: visible;
    position: absolute;
    padding: 5px 10px;
    font-weight: 500;
    margin-top: 0px;
    font-size: 12px;
	right: 0;
}


#fbuilder .pbreak .pbPrevious,
#fbuilder .pbreak .pbNext,
#fbuilder .pbSubmit {
    background-color: #F3BD00;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin: 10px 10px 0 0;
    padding: 8px 25px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
}

#fbuilder .pbreak .pbPrevious:hover,
#fbuilder .pbreak .pbNext:hover,
#fbuilder .pbSubmit:hover {
    background-color: #F3BD00;
    color: #000;
}
