/**
* Theme Name: Greenify Child
* Description: This is a child theme of greenify 
* Author: PBM Infotech
* Template: greenify
* Version: 1.0
*/

.d-none{
  display: none !important;
}

.pbmit-two-column-menu.widget ul>li:last-child {
    clear: both;
    float: none;
}

.solar-water-heater {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px;
  max-width: 1200px;
  margin: auto;
}

.solar-water-heater__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.solar-water-heater__container {
    column-gap: 2rem;
    row-gap: 2rem;
    background-color: var(--base-color-neutral--white);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: stretch;
    display: grid;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
    border-radius: 10px;
    padding: 2.813rem;
    transition: 0.3s;
	  position: relative;
}

.solar-water-heater__icon {
    position: absolute;
    top: 3.813rem;
    right: 3.813rem;
    font-size: 40px;
    color: var(--pbmit-greenify-global-color);
}

.solar-water-heater__image img {
	width: 100%;
  max-width: 100%;
  border-radius: 10px !important;
}

.solar-water-heater__content {
  flex: 1;
}

.solar-water-heater__title {
  font-size: 24px;
  font-weight: 700;
  color: #123640;
  margin-bottom: 12px;
}

.solar-water-heater__description {
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.5;
}

.solar-water-heater__price {
  font-size: 14px;
  color: var(--pbmit-greenify-global-color);
  font-weight: 500;
  margin-bottom: 0;
}

.solar-water-heater__price-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--pbmit-greenify-global-color);
	display: block;
}

.solar-water-heater__button {
  display: inline-block;
  padding: 10px 24px;
  border: 2px solid var(--pbmit-greenify-global-color);
  border-radius: 30px;
  color: var(--pbmit-greenify-global-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.solar-water-heater__button:hover {
  background-color: var(--pbmit-greenify-global-color);
  color: #fff;
}

span.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item{
	margin-left: 0;
}

.pbmit-navbar ul ul a, .pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li.mega-menu-flyout>ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, .pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li>ul.mega-sub-menu li.mega-menu-item>a:hover, .pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li>ul.mega-sub-menu li.mega-menu-item>a:focus, .pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li.mega-menu-megamenu>ul.mega-sub-menu ul:not(.menu)>li.mega-menu-item>a.mega-menu-link, .pbmit-max-mega-menu-override #page #site-navigation .mega-menu-wrap>ul>li.mega-menu-megamenu>ul.mega-sub-menu li .widget_nav_menu ul.menu>li.mega-menu-item>a.mega-menu-link{
	text-transform: none !important;
}

.elementor-page-312 #page .select2-container--default .select2-selection--single {
    background: transparent;
    border: none;
	border-bottom: 1px solid rgb(0 0 0 / 10%) !important;
    padding-left: 0 !important;
	
}

.elementor-page-312 #page .select2-container--default .select2-selection--single span.select2-selection__rendered{
	color: rgb(41 54 78 / 70%);
	    font-size: 15px;
    font-weight: 600;
}

.page-id-906 header{
  z-index: 1;
}

.popup {
    position: fixed;
    z-index: 9999999999;
    pointer-events: none;
    opacity: 0;
    inset: 0;
    background: rgba(10, 10, 10, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup.show{
  opacity: 1;
  pointer-events: auto;
}

.popup-container {
    position: relative;
    max-width: 100vw;
    width: 600px;
    background: white;
    padding: 30px;
    border-radius: 10px;
    margin: 0 15px;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--pbmit-greenify-global-color);
    cursor: pointer;
}

form.solar-service-stats-form .row {
    row-gap: 1rem;
}

form.solar-service-stats-form input:not([type="checkbox"]), form.solar-service-stats-form select {
    padding: 15px 10px;
    height: auto;
}

form.solarservice-stats-filters label:not(.form-check-label),
form.solar-service-stats-form label:not(.form-check-label) {
    font-weight: bold;
}

form.solar-service-stats-form [type="submit"] {
    background: var(--pbmit-greenify-global-color);
    color: white;
    text-transform: none;
}

button.add-demande, button.delete-demande, button.show-demande {
    border-radius: 10px;
    text-transform: none;
    padding: 10px 15px;
}

button.add-demande {
    margin-bottom: 10px;
    background: var(--pbmit-greenify-global-color);
}

button.show-demande {
    color: #31708f;
    background-color: #d9edf7;
    margin-right: 5px;
}

button.show-demande[disabled] {
    cursor: not-allowed;
    background: lightgrey;
    color: grey;
}

button.delete-demande {
    color: #842029;
    background-color: #f8d7da;
}

.solarservice-stats-charts{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}

.solarservice-stats-chart{
  width: 400px;
}

.solarservice-stats-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

/* 
.solarservice-stats-table[data-etat="Non traité"] tr:not([data-etat="Non traité"]),
.solarservice-stats-table[data-etat="En cours"] tr:not([data-etat="En cours"]),
.solarservice-stats-table[data-etat="Traité"] tr:not([data-etat="Traité"]){
  display: none !important;
} */

.solarservice-stats-table[data-etat="Non traité"] tbody tr:not([data-etat="Non traité"]){
  display: none !important;
}

.solarservice-stats-table[data-etat="En cours"] tbody tr:not([data-etat="En cours"]){
  display: none !important;
}

.solarservice-stats-table[data-etat="Traité"] tbody tr:not([data-etat="Traité"]){
  display: none !important;
}

.solarservice-stats-table[data-etat="Converti"] tbody tr:not([data-etat="Converti"]){
  display: none !important;
}

.solarservice-stats-table[data-etat="all"] tbody tr{
  display: table-row !important;
}

.pbmit-title-inner span.pbmit-service-icon-inner {
    color: var(--pbmit-greenify-global-color);
}

.swiper-hover-slide-desc .pbmit-service-icon-wrapper span.pbmit-price * {
    display: inline-block;
}

.pbmit-element-service-style-3 .swiper-hover-slide-desc .pbmit-desc {
    min-height: 140px;
}

@media screen and (min-width: 815px) {
  .d-lg-none{
    display: none !important;
  }
}