.App-logo {
  height: 40vmin;
  pointer-events: none;
}

body,footer {
  max-width: 100%;
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

.bx {
  font-size: 1.5rem;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: inherit;
  /* [1] */
  z-index: 1055;
  /* [2] */
}

.modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: inherit;
  /* [1] */
  z-index: 1055;
  /* [2] */
}

#lblKomodita {
  font-size: 1.5rem;
}

.loading-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 9999;
}

.spinner-container {
  position: absolute;
}

.custom-spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #ccc;
  border-top-color: #007bff;
  animation: spin 1s infinite linear;
}

.spinner {
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custom-modal {
  margin: auto;
  top: 30%;
}

.modal-92w {
  max-width: 700px !important;
  width: 92% !important;
  margin: auto !important;
  margin-top: 1rem !important;
}

.custom-progress-bar .progress-bar {
  background-color: var(--secondary-color);
}

.progress-modal-title {
  text-align: center;
  color: var(--primary-color);
}

.custom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.max-width-btn {
  max-width: 350px;
}

.bg-srovnat:hover {
  color: white;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-content {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  top: 110%;
  left: 50%;
  text-align: left;
  width: 300%;
  z-index: 1;
  transform: translateX(-50%);
  white-space: normal;
  max-width: 200px;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}

.tooltip-arrow {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 10px solid #333;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .btn-intrst.d-lg-inline {
    display: inline-flex !important;
    align-items: center;
  }
}

.w-100 {
  width: 100%;
}

.br-1 {
  border-radius: 1rem !important;
}

.modal-dialog.modal-92w .modal-content {
  border-radius: 1rem !important;
}

.bg-color-438cb5 {
  background-color: var(--primary-color) !important;
}

.fs-1 {
  font-size: 1rem;
}

.fs-24 {
  font-size: 1.5rem;
}

.phone-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 1rem 1rem 0 0;
}

.phone-number-container {
  padding: 1rem 6rem;
  border-radius: 2rem;
}

.phone-modal-form-container {
  display: flex;
  align-items: center;
}

.phone-modal-send-btn {
  flex-basis: 30%;
  flex-grow: 1;
  margin-left: 0.5rem;
}

.small-font {
  font-size: 0.725rem;
}

.cursor-pointer {
  cursor: pointer !important;
}

.checkbox-button {
  display: flex;
  align-items: center;
  background-color: white;
  width: auto;
  min-width: 10rem;
  height: 3rem;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.5rem 2rem;
}

.radio-button {
  display: flex;
  align-items: center;
  background-color: white;
  width: auto;
  min-width: 10rem;
  height: 3rem;
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
}

.radio-button.selected {
  background-color: var(--button-bg-color) !important;
  color: var(--button-color);
}

.checkbox-button.selected {
  background-color: var(--button-bg-color) !important;
  color: var(--button-color);
}

.radio-button.selected .radio-custom {
  background-color: var(--primary-color) !important;
  border: 2px solid white;
  color: white;
}

.filter-options-container {
  display: flex;
  justify-content: space-around;
  flex: 1;
}

.filter-options-container-default {
  display: flex;
  justify-content: space-around;
  flex: 1;
  gap: 1rem;
  color: #ffff;
  align-items: flex-end;

}

.radio-label {
  margin-left: 5px;
}

.radio-custom {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ccc;
  margin-right: 5px;
}

.filter-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-label {
  color: white;
}

.radio-custom {
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.radio-custom::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #007bff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.selected .radio-custom::before {
  opacity: 1;
}

.font-size-10px {
  font-size: 10px !important;
}

.secondary-color {
  color: var(--secondary-color) !important;
}

.primary-color {
  color: var(--primary-color) !important;
}

.secondary-bg--color {
  background-color: var(--secondary-color) !important;
}

.primary-bg-color {
  background-color: var(--primary-color) !important;
}

.fs-bigger {
  font-size: 2.5rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.bg-lighterBlue{
  background-color:var(--lighter-blue) ;
}
.bg-lighterBlueGradient{
  background: linear-gradient(
    to bottom, 
    var(--lighter-blue) 0%,
     #ffffff 50%,
     #ffffff 100%
    );
}

.supplier-report-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  margin: 5rem auto;
  margin-top: 2rem;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  padding-bottom: 0rem;
}

.feature-highlights-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  margin: 2rem auto;
  margin-top: 6rem;
  width: 80%;
}

.feature-highlights-container.landing-page {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 2rem;
  margin: 2rem auto;
  margin-top: 6rem;
  margin-bottom: 0;
  width: 100%;
}

.action-buttons-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.contact-form-section {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
}

.phone-consultation-info-section {
  width: 30%;
  text-align: start;
}

.phone-submission-form-section {
  width: 30%;
  background-color: var(--secondary-color);
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 300px;
}

.centered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 6rem 2rem;
  text-align: center;
}

.vendor-img-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 100px;
  display: flex;
  padding: 2rem !important;
  justify-content: space-between;
}


.contact-section-container {
  margin-top: 8rem;
  padding-top: 4rem;
}

.community-log-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.community-log {
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  max-height: 8.25rem;
  max-width: 14.5rem;
  text-align: center;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.community-energy-comparison-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  min-height: 200px;
  margin-top: 3rem;
}

.basePrice {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.base-price-card {
  background-color: #fff;
  height: 7rem;
  color: #003660;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 1rem 0;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}

.default-pricing {
  margin-top: 13rem;
  padding-top: 0px;
}

.default-price-card-container {
  padding: 1.5rem;
  padding-bottom: 0rem;
}

.default-main-max-height {
  max-height: 400px !important;
}

.community-main-max-height {
  max-height: 400px !important;
}

.section-bg-steep-gradient {
  background: linear-gradient(to right, #233BC9, #1129B1); /* Adjust as needed */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  z-index: 0;
}

.cta-bg-steep-gradient {
  background: linear-gradient(to right, #233BC9, #1129B1);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><polygon points='0,0 100,0 100,100 0,75' fill='white'/></svg>") no-repeat 100% 100%;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><polygon points='0,0 100,0 100,100 0,75' fill='white'/></svg>") no-repeat 100% 100%;
  z-index: 0;
}

@media (min-width: 768px) {
  .section-bg-steep-gradient {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  }
}

@media (min-width: 1280px) {
  .section-bg-steep-gradient {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
  }
}


@media(min-width:768px) {
  .mantine-Carousel-indicators.indicators {
    display: flex;
  }

}

@media (max-width: 768px) {
#community-carousel .mantine-Carousel-controls, #landingpage-carousel .mantine-Carousel-controls, #reviews-carousel .mantine-Carousel-controls {
    display: none;
  }


  #reviews-carousel .mantine-Carousel-indicators{
    max-width: 6rem;
    padding: 0 1rem; 
    box-sizing: content-box;
    overflow-x: auto;
    overflow-y: hidden;
    bottom: 0px !important;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    align-items: center;
    margin: -1rem auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  
  #reviews-carousel .mantine-Carousel-indicator{
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .centre-text-mb {
    text-align: center !important;
  }


  .feature-highlights-container.landing-page {
    gap: 1rem;
  }


  .filter-container {
    flex-direction: column;
  }

  .default-price-card-container {
    padding-left: 0.5rem;
  }

  .default-pricing {
    margin-top: 20rem !important;
    padding-top: 0px;
  }

  .default-main-max-height {
    max-height: 720px !important;
  }

  .community-main-max-height {
    max-height: 500px !important;
  }

  .default-result-filter-container {
    left: 0;
    right: 0;
  }

  .filter-label {
    margin-bottom: 0px;
    font-size: 0.8rem;
  }

  .radio-button {
    display: flex;
    align-items: center;
    background-color: white;
    width: auto;
    height: auto;
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 0.5rem 1rem;
    min-width: 8rem;
    margin-top: 0.5rem;
  }

  .checkbox-button {
    display: flex;
    align-items: center;
    background-color: white;
    width: auto;
    height: auto;
    border-radius: 0.5rem;
    cursor: pointer;
    padding: 0.5rem 2rem;
    min-width: 8rem;
    margin-top: 0.5rem;
  }

  .radio-label {
    font-size: 0.8rem;
  }

  .radio-custom {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-right: 3px;
  }

  .fs-1 {
    font-size: 0.8rem;
  }

  .fs-24 {
    font-size: 1rem;
  }

  .phone-number-container {
    padding: 1rem 2rem;
    border-radius: 2rem;
  }

  .phone-modal-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .custom-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem !important;
  }

  .phone-modal-send-btn {
    margin-top: 0.5rem;
    margin-left: 0rem;
  }

  .small-font {
    font-size: 0.525rem;
  }

  .filter-options-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .filter-dropdown-conatiner {
    display: flex;
    flex-direction: column;
    min-width: 100%;
  }

  .filter-options-container-default {
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    gap: 1rem;
    color: #ffff;
    align-items: stretch;
    width: 80%;
  }

  .supplier-report-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    padding-bottom: 0rem;
  }

  .supplier-report-container>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    border-bottom: 1px solid #ccc;
  }

  .supplier-report-container>div:last-child {
    border-bottom: none;
  }

  .feature-highlights-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: "1000px";
  }

  .action-buttons-section {
    display: "flex";
    flex-direction: column;
    align-items: center;
    gap: "20px";
    margin-bottom: "4rem";
  }

  .contact-form-section {
    display: flex;
    flex-direction: column;
  }

  .phone-consultation-info-section {
    margin-top: 1rem;
    width: 100%;
  }

  .phone-submission-form-section {
    width: 100%;
    margin-top: 6rem;
  }

  .aboutSection {
    margin: 1rem 2rem;
    max-width: 80%;
  }

  .action-buttons-section button {
    max-width: 60% !important;
  }

  .vendor-img-container {
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem !important;
    height: auto;
  }

  .vendor-img-container img {
    margin: 1% 10%;
    max-width: 40px;
  }

  .contact-section-container {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .supplier-report-container {
    max-width: 80%;
  }

  .fs-bigger {
    font-size: 1.725rem !important;
  }

  .community-log-container {
    position: absolute;
    top: 25%;
    left: 50%;
    width: 10.6rem;
    height: 3.5rem;
    transform: translateX(-50%);
  }

  .community-log {
    background-color: rgb(255, 255, 255);
    padding: 1rem;
    border-radius: 1rem;
  }

  .community-energy-comparison-container {
    margin-top: 5rem;
    max-width: 80%;
  }

  .CommunityManagerContactSectionConatainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    gap: 2rem;
    align-items: center;
    max-width: 600px;
    margin: 2rem auto;
  }

  .feature-highlights-card-container {
    width: 300px !important;
  }

  .landing-page>.feature-highlights-card-container {
    width: 100% !important;
  }

  .base-price-card {
    background-color: #fff;
    width: 9rem;
    height: 7rem;
    color: #003660;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0;
    padding-bottom: 0rem;
    border-radius: 1rem;
    width: 80%;
    max-width: 180px;
  }

  .basePrice {
    display: flex;
    flex-direction: column;
  }

  .content-container {
    margin: 8rem auto !important;
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .basePrice {
    display: flex;
    flex-direction: column;
  }

  .base-price-card {
    width: 80%;
  }

  #steps-container {
    width: 40% !important;
    margin: 0.5rem auto;
  }
}

@media (min-width: 420px) and (max-width: 768px) {

  #steps-container {
    width: 75% !important;
    margin: 0.5rem auto;
  }
}

@media (min-width: 2200px) {
#community-carousel .mantine-Carousel-controls ,#landingpage-carousel .mantine-Carousel-controls{
    position: absolute;
    justify-content: center;
    gap: 1rem;
    top: -25%;
    left: 0% !important;
  }
  #reviews-carousel .mantine-Carousel-control{
    margin-right: 2rem;
  }
}

@media (min-width: 780px) {
  #community-carousel .mantine-Carousel-indicators , #landingpage-carousel .mantine-Carousel-indicators{
    display: none;
  }
}

@media (min-width: 992px) {
  #reviews-carousel .mantine-Carousel-indicators{
    display: none;
  }
}

.content-container {
  margin: 4rem auto;
  position: relative;
}

.primary-header-color {
  color: var(--primary-header-color) !important;
}

.secondary-header-color {
  color: var(--secondary-header-color) !important;
}

.button-bg-color {
  background-color: var(--button-bg-color) !important;
}

.button-color {
  color: var(--button-color) !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.loader {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid var(--secondary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custom-modal-container {
  max-width: 600px !important;
  max-height: 360px !important;
}

.custom-modal-container .modal-content {
  padding: 2rem 4rem !important;
  border-radius: 1rem;
}

.error-modal .modal-content {
  background-color: var(--primary-color);
  padding: 1rem 4rem !important;
  color: #ffffff;
  position: relative;
}

.innogy-modal .modal-content {
  background-color: #65B42D;
}


.overlay-blur {
  backdrop-filter: blur(8px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.feature-highlights-card-container {
  width: 200px;
  min-height: 180px;
}

.bg-white {
  background-color: #ffffff;
}

.primary-header-color {
  color: var(--primary-header-color);
}

.mantine-Carousel-control {
  background-color: #6E6E72;
  transition: background-color 0.2s ease-in-out;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

#reviews-carousel .mantine-Carousel-control svg path {
  fill: black;
  }

#reviews-carousel .mantine-Carousel-control svg path:hover {
  fill: white !important;
  }

#reviews-carousel .mantine-Carousel-control {
  background-color: white;
}

#reviews-carousel .mantine-Carousel-control:hover svg path {
  fill: white !important;
}

button.mantine-Carousel-control:hover {
  background-color: #E71644 !important;
}

.mantine-Carousel-control svg path {
  fill: white;
}

#tabpl.active .icon path {
  fill: var(--primary-color);
}

#tabel.active .icon path {
  fill: var(--primary-color);
}

#invoiceSidepanel {
  background-color: var(--secondary-color);
}

.CommunityManagerContactSectionConatainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 2rem auto;
}

a.text-white.font-weight-bold.custom-link:hover {
  color: var(--primary-color) !important;
}

.sub-link:hover {
  color: var(--primary-color) !important;
}

.burger-container {
  position: relative;
}

.burger-container>div:first-child {
  z-index: 1000;
  background-color: red;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: white;
  position: fixed;
}

.burger-link {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--secondary-color);
}

.burger-li {
  font-weight: bold;
  list-style: none;
  font-size: 1.2rem;
  color: var(--secondary-color);
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #DEDEDE;

}

.burger-li:hover {

  color: var(--primary-color)
}

.visible-below-770 {
  display: none;
}

.sticky-descriptor {
  position: sticky;
  top: 0;
  z-index: 995;
  transition: top ease-in-out;
}

.default-result-filter-container {
  background-color: #DEDEDE;
  position: absolute;
  padding: 1rem;
  bottom: 0;
  transform: translateY(100%);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  z-index: 0;
}

@media (max-width: 770px) {
  .visible-below-770 {
    display: block;
  }

}

.card-content {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
}

.w-90 {
  width: 90% !important;
}



.ocrloader {
  width: 100px;
  height: 60px;
  margin: 20px;
  outline-offset: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-75%);
  top: 40%;
}

.ocrloader span::before {
  content: "";
  position: absolute;
  top: 5%;
  bottom: 0;
  left: 4%;
  width: 10px;
  height: 90%;
  background: var(--primary-color);
  box-shadow: 0 0 50px 10px var(--primary-color);
  clip-path: inset(0);
  animation:
    x 1s ease-in-out infinite alternate,
    y 1s ease-in-out infinite;
}

.ocrloader p::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--primary-color);
  position: relative;
  right: 4px;
}

.ocrloader p {
  color: var(--primary-color);
  position: absolute;
  bottom: -2.5rem;
  width: 200%;
  left: -50%;
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  animation: blinker 1s linear infinite;
  font-family: sans-serif;
  text-transform: uppercase;
}

.ocrloader:before,
.ocrloader:after,
.ocrloader em:after,
.ocrloader em:before {
  border-color: var(--primary-color);
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 0px;
}

.ocrloader:before {
  left: 0;
  top: 0;
  border-left-width: 5px;
  border-top-width: 5px;
  border-radius: 5px 0 0 0;
}

.ocrloader:after {
  right: 0;
  top: 0;
  border-right-width: 5px;
  border-top-width: 5px;
  border-radius: 0 5px 0 0;
}

.ocrloader em:before {
  left: 0;
  bottom: 0;
  border-left-width: 5px;
  border-bottom-width: 5px;
  border-radius: 0 0 0 5px;
}

.ocrloader em:after {
  right: 0;
  bottom: 0;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-radius: 0 0 5px 0;
}

@keyframes move {

  0%,
  100% {
    transform: translateY(190px);
  }

  50% {
    transform: translateY(0%);
  }

  75% {
    transform: translateY(160px);
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes x {
  to {
    transform: translateX(-100%);
    left: 100%;
  }
}

@keyframes y {
  33% {
    clip-path: inset(0 0 0 -100px);
  }

  50% {
    clip-path: inset(0 0 0 0);
  }

  83% {
    clip-path: inset(0 -100px 0 0);
  }

}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary {
  background-color: var(--secondary-color) !important;
}
.bg-lightSecondary {
  background-color: var(--lighter-secondary-color) !important;
}

.bg-lightSuccess {
  background-color: var(--lighter-success-color) !important;
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: var(--secondary-color) !important;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-secondary {
  color: var(--secondary-color) !important;
}
.text-lighterSecondary {
  color: var(--lighter-secondary-color) !important;
}
.hamburger-react{
  position: absolute !important;
  top: -4px;
  right: 16px;
}

.hamburger-react[aria-expanded="true"][style*="transform: rotate(-90deg)"] {
  position: fixed !important;
  top: 12px !important;
  right: 10px;
}

.h6.text-black.mt-4.collapse.show {
  visibility: visible;
}

.error-border {
  border: 2px solid var(--primary-color) !important;
}

.invalid-input {
  border: 2px solid var(--primary-color) !important;
}

.invalid-label {
  color: var(--primary-color) !important;
  font-weight: bold !important;
}

#main.innogy-page::before {
  content: none !important;
}

.text-innogy-grey {
  color: #3C3732 !important;
}

.collapse.show {
  visibility: visible;
}

.full-width-tabs .nav-tabs {
  width: 100%;
}

.full-width-tabs .nav-item {
  width: 25%;
}

.full-width-tabs .nav-link {
  width: 100%;
  text-align: center;
}

.full-width-tabs .tab-content .tab-pane {
  width: 100%;
}


.product-details-tab.active {
  background-color: transparent;
  color: var(--secondary-color);
}

.product-details-tab:hover {
  background-color: transparent;
  color: var(--secondary-color);
}

.product-details-tab {
  background-color: #fff !important;
  border-bottom: 5px solid #dee2e6 !important;
  display: flex;
  flex-wrap: wrap !important
}

.accordion-body .tab-content {
  background: #fff !important;
}

.full-width-tabs.product-details-tab .nav-link {
  background-color: #fff !important;
  font: bold;
  color: black !important;
}

.chart-card:hover {
  transform: none;
  box-shadow: none;
}

.chart-card {
  box-shadow: none !important;
}

.form-control.form-select>.select__control {
  padding: 0rem 0.5rem;
}

.form-group {
  margin-bottom: 0.5rem !important;
}

.faq-accordian-item.accordion-item:first-of-type {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.faq-accordian-item.accordion-item:last-of-type {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

#community-carousel .mantine-Carousel-controls, #landingpage-carousel .mantine-Carousel-controls{
  position: absolute;
  justify-content: center;
  gap: 1rem;
  left: 0;
  top: 0;
  margin-top: -3.8rem;
  margin-left: 50rem;

}

#reviews-carousel .mantine-Carousel-controls {
  position: absolute;
  bottom: 50%;
}

.mantine-Carousel-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid gray;
}



button.mantine-Carousel-indicator[data-active="true"] {
  background-color: gray;
}

.mantine-Carousel-slide {
  background-color: #fff;
  margin-right: 1rem;
  border-radius: 1.5rem;
}


.centre-text-mb {
  text-align: start;
}

@media(max-width:768px){

  @media (max-width: 768px) {
    #cta-modal.modal-dialog {
      width: 100vw;
      max-width: 100vw;
      height: 100vh;
      min-height: 100vh;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: stretch;
    }
    .cta-modal .modal-content {
      width: 100vw;
      height: 100vh;
      min-height: 100vh;
      border: none;
      border-radius: 0;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      overflow: hidden;
      
    }
    .cta-modal .modal-body {
      flex: 1 1 auto;
      overflow-y: auto;
      width: 100vw;
      min-height: 0;
      padding: 0;
      margin: 0;
    }
  }

}

.cta-modal .modal-body{
  background-color: #F5F5F5 !important;
}

@media (min-width: 768px) {
  .testimonial-card {
    width: 500px !important;
  }
  .exit-modal .modal-content {
    padding: 2rem 3rem !important;
  }

  #cta-modal.modal-dialog {
    max-width: 640px !important;
  }
  
}

.testimonial-card {
  min-width: 300px;
}


@media (min-width: 768px) and (max-width: 1024px) {

  .gas-image,
  .bulb-image {
    max-width: 500px;
  }
}

body {
  position: relative;
  min-height: 100vh;
}

.new-progress-modal .modal-content {
  border-radius: 2rem;
  width: 90vw;
  max-width: 640px;
  padding: 2rem;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .new-progress-modal .modal-dialog {
    max-width: 640px;
  }
}

.marketing-input.shadow-none {
  box-shadow: none !important;
}

.shadow.shadow-none.border-2 {
  box-shadow: none !important;
  border: 2px solid #DEDEDE !important;
}


.marketing-input {
  height: 50px !important;
}

.error-border {
  border: 2px solid red !important
}

@media (min-width: 1024px) {
  .just-cont-start {
    justify-content: start;
  }
}

a[data-cc="c-settings"],
a[data-cc="c-settings"]:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.confirmatiom-conatiner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 500px;
  background-color: #223AC7;
  z-index: -1;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-bn {
  background: var(--cc-btn-primary-bg) !important;
  color: var(--cc-btn-primary-text) !important;
}

.c-bns button {
  background: var(--cc-btn-primary-bg) !important;
  color: var(--cc-btn-primary-text) !important;
}

#s-c-bn {
  background: var(--cc-btn-secondary-bg) !important;
  color: var(--cc-btn-secondary-text) !important;
}

@media (min-width: 1024px) {
  .lg\:bg-transparent {
    background-color: transparent !important;
  }
}

.confirmed-product.accordion-header>.accordion-button {
  background-color: #FFF6DE;
  border: 2px solid #FBC222;
  overflow: hidden;
}

.accordion-button:has(.selected-product-multiple) {
  background-color: #F2FFF3;
  border: 2px solid #62B56B;
}
.btn-rounded-lg {
  border-radius: 0.5rem !important;
}
.pill-button {
  display: inline-block;
  border-radius: 9999px !important; /* Creates the pill shape */
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.product-slide{
  border-radius: 0.725rem;
}
#product-carousel .mantine-Carousel-container{
  margin-bottom: 2rem;
  margin-top: 3rem;
  margin-left: 1rem;
  margin-right: 1rem;

}
#product-carousel .mantine-Carousel-controls {
  position: absolute;
  justify-content: end;
  gap: 1rem;
  top: -1rem;
}
#product-carousel .mantine-Carousel-slide{
  background: #fff;
  padding-right: 0rem;
  padding-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0rem;
  max-width: 390px;
}
#product-carousel .mantine-Carousel-slide.current-product-slide{
  background: none;
}

.operatorView > .accordion-button:not(.collapsed)::after {
  content: none;
}

.operatorView> .accordion-button::after {
  content: none;
}
@media print {

  .no-print {
    display: none;
  }
  #personal-info{
    color: black;
  }
}
#contact-modal.modal-dialog {
    max-width: 614px !important;
}

.contact-modal .modal-content {
    border-radius: 2rem;
    margin: 0 auto;
    padding: 2rem;
}

#headings {
  transition: background-color 0.3s ease;
}

#headings.is-stuck {
  color: white !important;
}


#exit-modal.modal-dialog {
  max-width: 640px !important;
}

.exit-modal .modal-content {
  border-radius: 2rem;
  margin: 0 auto;
  padding: 2rem 0rem;
}

.cta-modal .modal-content {
  margin: 0 auto;
}

.br-half{
  border-radius: 0.725rem !important;
}
.accordion-button:has([data-loading="true"])::after {
  content: none;
}

@media (max-width: 480px) {
  #product-carousel .mantine-Carousel-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 100% !important;
    padding-right: 0 !important;
    left: 0 !important;
  }
  #product-carousel .mantine-Carousel-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    left: 0 !important;
  }
}
#product-carousel-slected-card .mantine-Carousel-slide{
background: #fff;
}

.partner-carousel::-webkit-scrollbar {
  display: none;
}
.partner-carousel {
  scrollbar-width: none; /* Firefox */
}

@keyframes partner-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.animate-partner-scroll {
  animation: partner-scroll 30s linear infinite;
}

.how-it-works-carousel .mantine-Carousel-indicator[data-active] {
  background-color: var(--secondary-color);
}

.home-navlinks-mobile > ul {
  padding-left: 0rem !important;
}

/* Mobile-only scroll prevention when tooltip is open */
@media (max-width: 767px) {
  body.tooltip-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
  }
  
  html.tooltip-open {
    overflow: hidden !important;
  }
}