/*
Theme Name: Breakdance Zero Theme
Theme URI: https://breakdance.com/zero-theme
Author: Breakdance Builder
Author URI: https://breakdance.com/
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: breakdance-zero

Requires Breakdance to be installed.
*/

/* -------------------------------------------------------------- */
/* CUSTOM BOOKINGPRESS ROUNDED SELECTED DATE */
/* -------------------------------------------------------------- */

.bpa-front--dt__calendar .vc-day .vc-highlights .vc-day-layer .vc-highlight {
    width: 100%!important;
    height: 100%!important;
    background-color: var(--bpa-pt-main-green)!important;
    border-radius: 8px!important;
}