/*

Template:       ddoctors

Theme Name:     dDoctors Child

Theme URI:      https://directorist.com/product/ddoctors/

Author:         wpWax

Author URI:     https://wpwax.com/

Description:    dDoctors is a beautiful WordPress theme for Doctors, Hospitals etc. The theme is built with the secure and clean code and maximum customizability according to the needs of users. Some features of this theme are -  100% responsive, modern design pattern, elegant look, nice easy customizable layouts, and attractive in any kind of devices. It's eye-catching modern design and SEO friendliness will eventually blow your mind.

Version:        1.0

Text Domain:    ddoctors-child

License:        GNU General Public License v2 or later

License URI:	http://www.gnu.org/licenses/gpl-2.0.html

Requires PHP:	7.0

Tested up to:	5.8

Tags:           two-columns, three-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog

*/


/*Styles after 5-May-2023*/
.dbay-warning{
    color: #ff0000;
    padding-left: 5px;
}
/*Used in claiming form*/
.dbay-input{ 
    padding-bottom: 10px;
  }
  .dbay-plan-change-notice{
    padding: 20px;
  }


  /*Map*/
  .dbay-address-entered::after {
    content: 'PLEASE ENTER ADDRESS TO ENABLE THE MAP';
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    padding: 20px;
  }
  .dbay-map-frame{
    width: 100%;
  }