/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.jet-apb-slot {
  border: 1px solid #04AA6D !important;
  padding: 8px;
  border-radius: 10px;
  min-width: 115px;
  text-align: center;
  background: #88ff88;
}

.jet-apb-slot--selected {
  background: #04AA6D;
  color: white;
  font-weight: bold;
}

.jet-form-builder__heading {
  font-weight: 900;
  margin-top: 30px;
}

.jet-apb-item-service-provider {
font-weight: 900 !important;	
}

.jet-apb-appointments-item-content {
  background: #04AA6D;
  color: white;
  padding: 20px;
  border-radius: 20px;
  font-weight: 900;
}

.jet-apb-calendar-date {
	background-color: #88ff88;
}

.jet-apb-calendar-date.jet-apb-calendar-date--selected {
  background: #04AA6D;
  color: white;
  font-weight: 900;
}

.jet-apb-calendar-appointments-list {
	padding: 10px !important;
}

.jet-apb-calendar-sidebar {
  padding: 0 !important;
}

.jet-apb-calendar-date--today {
  pointer-events: none; /* disables clicking */
  color: #996E6E;
  cursor: not-allowed;
  text-decoration: line-through;
  background-color: #ffb8b8;

}

.jet-apb-calendar-notification-service {
	visibility: hidden;
    position: relative;
}

.jet-apb-calendar-notification-service:after {
	visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    content: "Vă rugăm alegeți tipul programarii din câmpul de mai sus";
	text-align: center;
}

.jet-apb-calendar-date--disabled {
	background-color: #ffb8b8;
}

.jet-form-builder__action-button.jet-form-builder__submit.submit-type-reload {
  border-color: green;
  background-color: green;
  color: white;
  font-weight: 900;
	transition: 1s;
}

.jet-form-builder__action-button.jet-form-builder__submit.submit-type-reload:hover {
  border-color: green;
  background-color: lightgreen;
  color: black;
  font-weight: 900;
}