/*!
Theme Name: KBM
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kbm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

KBM is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */




#appointmentModal .bookappointmentwithpaypalbtn {
    background: #FFC439;
    border: none;
    margin: 10px auto 20px auto;
    display: table;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}

#appointmentModal .form-control , #appointmentModal .form-select {
    margin: 10px 0;
    padding: 10px;
}

button#bookappointment {
    background: transparent;
    padding: 15px 40px;
    border-radius: 22px;
    border: 2px solid #6E927E;
    color: #6E927E;
    font-weight: bold;
}
#appointmentModal .modal-content {
    padding: 20px;
    border-radius: 20px;
}
button#closeappointmentmodal {
    background: transparent;
    border: 1px solid #6E927E;
    border-radius: 100%;
    padding: 5px;
    height: 30px;
    width: 30px;
    font-size: 32px;
    line-height: 0;
}

#appointmentModal ul.slots_cst_cls_elem li {
    border: 1px solid #d7d7d7;
    padding: 5px;
    margin: 10px 10px;
    border-radius:5px;
}
#appointmentModal ul.slots_cst_cls_elem li.active {
    background: #6e927e;
    color: #fff;
}
#appointmentModal ul.slots_cst_cls_elem {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

#appointmentModal .stripepaymentbtn_cssad .first {
    background: #FFC439;
    border: none;
    margin: 10px auto 0px auto;
    display: table;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}
#appointmentModal .stripepaymentbtn_cssad .second {
    background: #FFC439;
    border: none;
    margin: 10px auto 0px auto;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
}