/*
Theme Name: Intentionally Blank
Theme URI: https://www.nilovelez.com/blank/
Author: Nilo Velez
Author URI: https://www.nilovelez.com/
Description: This theme was intentionally left blank. There are times when all you need is the WordPress dashboard and an blank frontend. You might be using the WordPress REST API as a backend for a mobile App or you might be a minimalism obsessed hipster. This is your theme.
Version: 3.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, custom-background, theme-options, translation-ready
Text Domain: intentionally-blank
Requires at least: 4.6
Tested up to: 6.0
Requires PHP: 5.6
*/
.modal{
	overflow: auto;
}
body .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    margin: 10px 0;
    background: #46b450;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
}
body .wpcf7 form.invalid .wpcf7-response-output, 
body .wpcf7 form.unaccepted .wpcf7-response-output, 
body .wpcf7 form.payment-required .wpcf7-response-output{
	background: #ffb900;
	line-height: 1;
	text-align: center;
	color: #000;
	font-size: 14px;
	border-radius: 10px;
	margin: 10px 0;
}
body .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.relative{
	position: relative;
}
.date-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	font-weight: 600;
}
.date-nav svg{
	fill: #959595;
	width: 25px;
	height: 25px;
	background: white;
	padding: 5px;
	border-radius: 100%;
}
.date-nav.prevDay svg {
    transform: rotate(180deg);
}
.date-nav {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;

	background: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.date-nav[disabled] {
    opacity: 0.3;
}
.date-slots {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5px;
}
.slot {
	background: #1f7acb;
	color: #fff;
	border-radius: 12px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	transition: 0.2s;
}
.slot:hover {
	opacity: 0.8;
}
.slot.active {
  	background: #147abd;
}

.slot.disabled {
  	background: #cfd8e3;
  	cursor: not-allowed;
}
#form-doc-name{
	display: none;
}
.booking-field{
	width: 100%;
}
.currentDate {
    margin: 10px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: block;
}
.appointmentInput{
	display: none;
}
.form__date,
.form__doc_name span {
    font-weight: bold;
}
.form__doc_name {
	margin-bottom: 10px;
}
fieldset.wpcf7-field {
    padding-left: 0;
    padding-right: 0;
}
.hidden-slot{
	display: none;
}
.slot.more {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slot.more svg {
    fill: white;
    width: 15px;
    height: 15px;
    transform: rotate(90deg);
}