/*
Theme Name: Indus child theme
Template: astra
Author: Child Theme Configurator
Version: 4.9.0.1742038429
Updated: 2025-03-15 11:33:49

*/
:root{
	--wpbc_form-field-size-input-height: 40px !important;
	--wpbc_form-button-light-size-height: 40px !important;
	--wpbc_form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.wpbc_times_selector div{
    font-size: 14px !important;
	margin: 0 !important;
    width: 100% !important;
}
div.wpbc_container.wpbc_form select{
	border: 1px solid #6b96ce !important;
    background: #ffffff00 !important;
    color: #fff !important;
	font-size: 14px !important;
}
div.wpbc_container.wpbc_form select {
	--wpbc_form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-image: url(https://iiguhospitals.com/wp-content/uploads/2025/06/down-arrow.svg), none !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 11px) 50%, calc(100% - 12px) 50% !important;
    background-size: 16px 12px !important;
}
.wpbc_times_selector{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px 10px !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px){ 
	.wpbc_container_booking_form .wpbc_booking_form_simple > .wpbc__row{
		display: grid !important;
	}
	.wpbc_times_selector div{
		font-size: 11px !important;
		padding: 5px 3px !important;
	}
}