.youth-btn, #next-to-paid{
	border-radius: 5px !important;
}
.page-id-340530 .elementor-318237, .page-id-340530 .elementor-340318, .page-id-346098 div#ai-chat-toggle, .page-id-346098 div.cky-revisit-bottom-left{
	display:none !important;
}
h5.text-uppercase{
	color: white !important;
}
div.card img{
	height:200px !important;
}
.booking-steps-container h2,
.booking-steps-container h4 {
    margin-bottom: 0.5rem;
}
.clinic-search-bar input {
    border-radius: 8px;
    padding: 6px 10px;
}
.clinic-search-bar i {
    color: #555;
}
div.elementor-slide-button{
	background: #FF0048 !important;
	border-color: #FF0048 !important;
	cursor:pointer !important;
}
div.elementor-slide-heading{
	font-size: 55px !important;	
}
.clinic-search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.clinic-search-name,
.clinic-search-date {
    position: relative;
}

.clinic-search-name input,
.clinic-search-date input {
    width: 220px;
    padding-right: 30px; /* space for the icon */
}

.clinic-search-date input {
    width: 200px;
}

.clinic-search-name i,
.clinic-search-date i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
    pointer-events: none; /* makes the icon non-clickable */
    border: none;
    background: none;
}

.clinic-data {
    display: inline-block;
    text-align: left;
	margin-left: 49px;
}

.clinic-data h6 {
    margin: 4px 0;
    font-weight: 600;
	color: #2290ff !important;
}
.date-select {
    display: none !important;
}
div.elementor-element-124b83f{
	margin-top: 30px;    
}
h1, h2, h3, h4, h5, h6{
	font-family: "Poppins", Sans-serif !important;
}
.clinic-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 5px;
}

.clinic-starting {
    font-size: 18px;
    margin-bottom: 20px;
}

.clinic-divider {
    border: 2px solid #00AEEF;
    margin: 20px 0;
}

/* Day Block */
.slot-day-block {
    margin: 18px 0;
    padding: 18px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: #f7fbff;
}

.slot-day-title {
    font-size: 20px;
    font-weight: 600;
    color: #005f85;
    margin-bottom: 12px;
}

/* Slot rows */
.slot-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    margin-bottom: 8px;
}

.slot-row:last-child {
    margin-bottom: 0;
}

.slot-time {
    font-size: 16px;
    font-weight: 500;
}

.slot-price {
    font-size: 16px;
    font-weight: 600;
    color: #0074a8;
}
#bloodTestModal .modal-dialog, #paymentModal .modal-dialog{
    max-width: 420px;           /* Modal width */
    margin: auto;
}

#bloodTestModal .modal-content, #paymentModal .modal-content {
    height: auto;               /* Prevent full height */
    border-radius: 5px;
	background:white !important;
}

#bloodTestModal .modal-body, #paymentModal .modal-body{
    font-size: 16px;
    padding: 20px;
}

#bloodTestModal .modal-header, #paymentModal .modal-header {
    padding: 12px 20px;
}

#bloodTestModal .modal-footer, #paymentModal .modal-footer {
    padding: 10px;
}
button#goToBloodTests, button#confirmPayment{
	border-radius: 5px !important;
	width: 100px;
}
#paymentModal input{
	width: 12% !important;
    height: 15px !important;
	margin: 4px 6px 0 0px;
}
/*#paymentModal .payment_span{
	position:fixed;
}*/
#select-opt div {
    width: 40% !important;
}
/* Tabs wrapper */
.booking-tabs-wrapper {
    margin-top: 20px;
}

/* Navigation bar */
.booking-tabs-nav {
    overflow-x: auto;
    border-bottom: 2px solid #e5e5e5;
    scrollbar-width: none;
	display: flex;
    white-space: nowrap;
}
.booking-tabs-nav::-webkit-scrollbar {
    display: none;
}

/* Tab button */
.booking-tab {
    flex: 0 0 auto;
    padding: 12px 16px;
    background: transparent;
    border: none;
    outline: none;
    font-weight: 600;
    color: #777;
    cursor: pointer;
    position: relative;
}
.booking-tab.active::after {
    content: '';
    position: absolute;
    left: 15px;
    right: 0px;
    bottom: -2px;
    height: 5px;
    background: #007bff;
}
div#youth-clinic-wizard div.card{
	padding:10px;
}
.tab-top-days, .tab-top-days:hover{
	background: white !important; 
    color: navy !important;
    border: 0px !important;
    padding: 0 0 0 20px !important;
}

/* Content panels */
.booking-tab-panel {
    display: none;
    margin-top: 15px;
}
.booking-tab-panel.active {
    display: block;
}

/* Day title (Evening style text) */
.slot-list-heading {
    padding: 12px;
    font-weight: bold;
    background: #f5f6f7;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* Slot rows */
.slot-row.new-ui {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.slot-row.new-ui:hover {
    background: #f9f9f9;
}

.slot-time {
    font-weight: 500;
}

.slot-price {
    font-weight: bold;
}
#paymentModal div.modal-footer{
	border-top: 0px;
}
/* Mobile swipe smooth scroll */
@media(max-width: 768px) {
    .booking-tabs-nav {
        scroll-snap-type: x mandatory;
    }
    .booking-tab {
        scroll-snap-align: start;
    }
	.tab-top-days {
        font-size: 14px;
        padding: 10px;
    }
    .slot-row {
        font-size: 14px;
    }
}


